mirror of
https://github.com/facebook/zstd.git
synced 2024-12-03 07:46:46 +08:00
Merge pull request #3540 from dvoropaev/tests_timeout
Increase tests timeout
This commit is contained in:
commit
c1024af3e3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user