diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-11-20 21:11:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 21:11:45 -0600 |
commit | 5f0b8466b20642dd4d80fe79ce6d08331c34cc3b (patch) | |
tree | 887afa8b11c5d7eedbd16f3523b36c2e6dc346e3 | |
parent | 73ad4a824a947d14a9ec3b9ddbaf8563f6f194df (diff) | |
parent | 743b1f92122b6abfee80f92d2fa5b163d88b7977 (diff) | |
download | numpy-5f0b8466b20642dd4d80fe79ce6d08331c34cc3b.tar.gz |
Merge pull request #22636 from charris/increase-travis-timeout
CI: Increase travis timeout to 30 minutes (2).
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1ed597229..59d42fa31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ jobs: - EXPECT_CPU_FEATURES: "NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM" install: python3 -m pip install cibuildwheel==2.11.2 script: | - travis_wait cibuildwheel --output-dir wheelhouse + cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh set_travis_vars set_upload_vars @@ -110,4 +110,4 @@ before_install: - ./tools/travis-before-install.sh script: - - ./tools/travis-test.sh + - travis_wait 30 ./tools/travis-test.sh |