Skip to content

Commit c69f235

Browse files
committed
Added travis_wait
1 parent 44ea6f5 commit c69f235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ script:
2020
- python lab-07-2-learning_rate_and_evaluation.py # run this first to download the MNIST file
2121
# run all python files in parallel, http://stackoverflow.com/questions/5015316
2222
# The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).
23-
- ls *lab-*.py|xargs -n 1 -P 1 python > /dev/null
23+
- travis_wait ls *lab-*.py|xargs -n 1 -P 1 python > /dev/null
2424
#- for f in *lab-*.py; do echo "$f"; python "$f" > /dev/null; done
2525
- pytest

0 commit comments

Comments
 (0)