Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhkhuc committed Oct 5, 2018
1 parent 4e8dc25 commit 86021ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ install:
- pip install -q torchvision
- pip install -q numpy==1.13.0
script:
- timeout 120 python 0_multiply.py
- timeout 120 python 1_linear_regression.py
- timeout 120 python 2_logistic_regression.py
- timeout 120 python 3_neural_net.py
- timeout 120 python 4_modern_neural_net.py
- timeout 120 python 5_convolutional_net.py
- timeout 120 python 6_lstm.py
- timeout --preserve-status 1m python 0_multiply.py
- timeout --preserve-status 2m python 1_linear_regression.py
- timeout --preserve-status 5m python 2_logistic_regression.py
- timeout --preserve-status 5m python 3_neural_net.py
- timeout --preserve-status 5m python 4_modern_neural_net.py
- timeout --preserve-status 5m python 5_convolutional_net.py
- timeout --preserve-status 5m python 6_lstm.py

0 comments on commit 86021ae

Please sign in to comment.