diff --git a/tools/test.py b/tools/test.py index d45b4f0de94275..92ccb3df20611e 100755 --- a/tools/test.py +++ b/tools/test.py @@ -1370,7 +1370,7 @@ def BuildOptions(): result.add_option("-s", "--suite", help="A test suite", default=[], action="append") result.add_option("-t", "--timeout", help="Timeout in seconds", - default=60, type="int") + default=120, type="int") result.add_option("--arch", help='The architecture to run tests for', default='none') result.add_option("--snapshot", help="Run the tests with snapshot turned on",