diff options
-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 |