Skip to content

Commit

Permalink
Reduce nose process timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Nov 12, 2016
1 parent fab725a commit f137282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/tests/runner/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def run(self):

args = ['', None, '--processes=%s' % n_processors,
'--verbosity=2', regexp_pat,
'--process-timeout=600']
'--process-timeout=300']
try:
import gribapi
except ImportError:
Expand Down

0 comments on commit f137282

Please sign in to comment.