Skip to content

Commit 9d8ff1c

Browse files
authored
Increase travis timeout (#282)
1 parent b4f6bbc commit 9d8ff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ script:
2929
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then unset quay_repository && make images; fi'
3030
# Process 'make push-images' when NOT a pull request
3131
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then make push-images; fi'
32-
- travis_wait 60 make run-e2e
32+
- travis_wait 80 make run-e2e

0 commit comments

Comments
 (0)