From 624f196fb3f553139f4135214d372ceb43fa8b84 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 14 Feb 2019 11:38:29 +1100 Subject: [PATCH] Tools: autotest: increase timeout to 3600 seconds Right on the edge on my laptop at 3000 --- Tools/autotest/autotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/autotest.py b/Tools/autotest/autotest.py index 7f7934e6b0..83e1e3b4a7 100755 --- a/Tools/autotest/autotest.py +++ b/Tools/autotest/autotest.py @@ -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",