Skip to content

Commit

Permalink
Merge pull request #262 from kmuehlbauer/fix-timeout
Browse files Browse the repository at this point in the history
FIX: increase CellRunTime to 600secs
  • Loading branch information
kmuehlbauer committed Mar 29, 2018
2 parents d0d8b6d + 08b8c42 commit a57b86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _runTest(self):
}
nb['cells'].insert(0, nbformat.from_dict(covdict))

exproc = ExecutePreprocessor(kernel_name=kernel, timeout=500)
exproc = ExecutePreprocessor(kernel_name=kernel, timeout=600)

try:
run_dir = os.getenv('WRADLIB_BUILD_DIR', cur_dir)
Expand Down

0 comments on commit a57b86e

Please sign in to comment.