Skip to content
Snippets Groups Projects
Unverified Commit c1024af3 authored by Yann Collet's avatar Yann Collet Committed by GitHub
Browse files

Merge pull request #3540 from dvoropaev/tests_timeout

Increase tests timeout
parents bb7fbd56 b7080f4c
No related branches found
No related tags found
No related merge requests found
......@@ -640,7 +640,7 @@ if __name__ == "__main__":
help="Preserve the scratch directory TEST_DIR/scratch/ for debugging purposes."
)
parser.add_argument("--verbose", action="store_true", help="Verbose test output.")
parser.add_argument("--timeout", default=60, type=int, help="Test case timeout in seconds. Set to 0 to disable timeouts.")
parser.add_argument("--timeout", default=200, type=int, help="Test case timeout in seconds. Set to 0 to disable timeouts.")
parser.add_argument(
"--exec-prefix",
default=None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment