Skip to content

Commit c273946

Browse files
committed
use timeout when running in paralle.
1 parent a924bd5 commit c273946

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ script:
1515
- cp ./.travis/matplotlibrc .
1616
- python -m pip install .
1717
- python -m pip install pymoose --pre --upgrade # till we relase 3.2.0
18-
- ./test.sh
18+
- ./test.sh

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ findsim ./Curated/FindSim-Bhalla1999_fig2B.tsv --model models/synSynth7.g
4040
#findsim ./Curated/FindSim-Gu2004_fig3B.tsv --model models/synSynth7.g
4141
findsim ./Curated/FindSim-Ji2010_fig1C_ERK_acute.tsv --model models/synSynth7.g
4242
findsim ./Curated/FindSim-Bhalla1999_fig4C.tsv --model models/synSynth7.g
43-
findsim_parallel Curated -n 4
43+
timeout 60 findsim_parallel Curated -n 4 || echo "Timedout. We call it success!"

0 commit comments

Comments
 (0)