Skip to content

Commit

Permalink
travis_wait fails for docker; use workaround from travis-ci/travis-ci…
Browse files Browse the repository at this point in the history
  • Loading branch information
jramapuram committed Oct 5, 2019
1 parent 70ed41f commit 60de422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ before_install:
- docker pull jramapuram/fid-tensorflow:1.14.0-py3

script:
- travis_wait 30 sh ./docker/run_cpu.sh "python -m unittest tests/test_async.py"
- travis_wait 30 sh ./docker/run_cpu.sh "python -m unittest tests/test_sync.py"
- travis_wait 120 sleep infinity & sh ./docker/run_cpu.sh "python -m unittest tests/test_async.py"
- travis_wait 120 sleep infinity & sh ./docker/run_cpu.sh "python -m unittest tests/test_sync.py"

0 comments on commit 60de422

Please sign in to comment.