Skip to content

Commit

Permalink
extending timeout for make test to 30 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: mayank <[email protected]>
  • Loading branch information
mayank committed Apr 24, 2020
1 parent 39b79d2 commit 9173cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ script:
kubectl cluster-info;
export VELERO_RELEASE=v1.0.0;
export OPENEBS_RELEASE=master;
./script/install-openebs.sh && ./script/install-velero.sh && travis_wait make test || travis_terminate 1;
./script/install-openebs.sh && ./script/install-velero.sh && travis_wait 30 make test || travis_terminate 1;
fi

after_success:
Expand Down

0 comments on commit 9173cd5

Please sign in to comment.