diff --git a/Tools/autotest/autotest.py b/Tools/autotest/autotest.py index 5497d678e9..91200b6abf 100755 --- a/Tools/autotest/autotest.py +++ b/Tools/autotest/autotest.py @@ -758,7 +758,7 @@ if __name__ == "__main__": action='store_true', help='enable experimental tests') parser.add_option("--timeout", - default=3600, + default=5400, type='int', help='maximum runtime in seconds') parser.add_option("--frame",