Tools: autotest: increase timeout to 3600 seconds

Right on the edge on my laptop at 3000
This commit is contained in:
Peter Barker 2019-02-14 11:38:29 +11:00 committed by Peter Barker
parent 91c8d0b915
commit 624f196fb3

View File

@ -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",