From 6155babbc5f058493ef03193165acf1525bdaf78 Mon Sep 17 00:00:00 2001 From: maxusmusti Date: Tue, 28 Feb 2023 17:30:46 -0500 Subject: [PATCH] Increase travis timeout --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c56b48b6..e10cdb23f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,4 @@ script: - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then unset quay_repository && make images; fi' # Process 'make push-images' when NOT a pull request - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then make push-images; fi' - - travis_wait 60 make run-e2e + - travis_wait 80 make run-e2e