Skip to content

Commit

Permalink
Revert "Workaround Travis timeout for OSX platforms test (#7919)" (#7967
Browse files Browse the repository at this point in the history
)

Reverts #7919, because rather than just taking a long time, the test seems to actually hang.
  • Loading branch information
Stu Hood committed Jun 28, 2019
1 parent 4d21f6a commit 5ce6754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ py36_osx_platform_tests: &py36_osx_platform_tests
- *py36_osx_test_config_env
- CACHE_NAME=macosplatformtests.py36
script:
- travis_wait 50 ./build-support/bin/ci.py --platform-specific-tests
- ./build-support/bin/ci.py --platform-specific-tests

py37_osx_platform_tests: &py37_osx_platform_tests
<<: *py37_osx_test_config
Expand All @@ -611,7 +611,7 @@ py37_osx_platform_tests: &py37_osx_platform_tests
- *py37_osx_test_config_env
- CACHE_NAME=macosplatformtests.py37
script:
- travis_wait 50 ./build-support/bin/ci.py --platform-specific-tests --python-version 3.7
- ./build-support/bin/ci.py --platform-specific-tests --python-version 3.7

# -------------------------------------------------------------------------
# JVM tests
Expand Down
4 changes: 2 additions & 2 deletions build-support/travis/travis.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ py36_osx_platform_tests: &py36_osx_platform_tests
- *py36_osx_test_config_env
- CACHE_NAME=macosplatformtests.py36
script:
- travis_wait 50 ./build-support/bin/ci.py --platform-specific-tests
- ./build-support/bin/ci.py --platform-specific-tests

py37_osx_platform_tests: &py37_osx_platform_tests
<<: *py37_osx_test_config
Expand All @@ -558,7 +558,7 @@ py37_osx_platform_tests: &py37_osx_platform_tests
- *py37_osx_test_config_env
- CACHE_NAME=macosplatformtests.py37
script:
- travis_wait 50 ./build-support/bin/ci.py --platform-specific-tests --python-version 3.7
- ./build-support/bin/ci.py --platform-specific-tests --python-version 3.7

# -------------------------------------------------------------------------
# JVM tests
Expand Down

0 comments on commit 5ce6754

Please sign in to comment.