From f3851fce40502c654e1dba27a157dff7f0d685b5 Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Sat, 1 Jun 2019 15:47:48 -0700 Subject: [PATCH] Bump CI unit test timeout for less flaky runs --- .travis.yml | 6 +++--- build-support/travis/travis.yml.mustache | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 272490f10dd..74482f203af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -947,7 +947,7 @@ matrix: - *py27_linux_test_config_env - CACHE_NAME=linuxunittests.py27 script: - - travis_wait 50 ./build-support/bin/ci.sh -2lp + - travis_wait 60 ./build-support/bin/ci.sh -2lp - <<: *py36_linux_test_config name: "Unit tests (Py3.6 PEX)" @@ -955,7 +955,7 @@ matrix: - *py36_linux_test_config_env - CACHE_NAME=linuxunittests.py36 script: - - travis_wait 50 ./build-support/bin/ci.sh -lp + - travis_wait 60 ./build-support/bin/ci.sh -lp - <<: *py37_linux_test_config name: "Unit tests (Py3.7 PEX)" @@ -963,7 +963,7 @@ matrix: - *py37_linux_test_config_env - CACHE_NAME=linuxunittests.py37 script: - - travis_wait 50 ./build-support/bin/ci.sh -7lp + - travis_wait 60 ./build-support/bin/ci.sh -7lp - <<: *py27_linux_build_wheels_ucs2 - <<: *py27_linux_build_wheels_ucs4 diff --git a/build-support/travis/travis.yml.mustache b/build-support/travis/travis.yml.mustache index 7e1f7742769..1310538c1de 100644 --- a/build-support/travis/travis.yml.mustache +++ b/build-support/travis/travis.yml.mustache @@ -890,7 +890,7 @@ matrix: - *py27_linux_test_config_env - CACHE_NAME=linuxunittests.py27 script: - - travis_wait 50 ./build-support/bin/ci.sh -2lp + - travis_wait 60 ./build-support/bin/ci.sh -2lp - <<: *py36_linux_test_config name: "Unit tests (Py3.6 PEX)" @@ -898,7 +898,7 @@ matrix: - *py36_linux_test_config_env - CACHE_NAME=linuxunittests.py36 script: - - travis_wait 50 ./build-support/bin/ci.sh -lp + - travis_wait 60 ./build-support/bin/ci.sh -lp - <<: *py37_linux_test_config name: "Unit tests (Py3.7 PEX)" @@ -906,7 +906,7 @@ matrix: - *py37_linux_test_config_env - CACHE_NAME=linuxunittests.py37 script: - - travis_wait 50 ./build-support/bin/ci.sh -7lp + - travis_wait 60 ./build-support/bin/ci.sh -7lp - <<: *py27_linux_build_wheels_ucs2 - <<: *py27_linux_build_wheels_ucs4