Skip to content

Commit

Permalink
Tools: autotest: increase timeout to 3600 seconds
Browse files Browse the repository at this point in the history
Right on the edge on my laptop at 3000
  • Loading branch information
peterbarker committed Feb 19, 2019
1 parent 91c8d0b commit 624f196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/autotest.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def run_tests(steps):
action='store_true',
help='enable experimental tests')
parser.add_option("--timeout",
default=3000,
default=3600,
type='int',
help='maximum runtime in seconds')
parser.add_option("--frame",
Expand Down

0 comments on commit 624f196

Please sign in to comment.