Tools: autotest: increase timeout to 3600 seconds
Right on the edge on my laptop at 3000
This commit is contained in:
parent
91c8d0b915
commit
624f196fb3
@ -664,7 +664,7 @@ if __name__ == "__main__":
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user