commit | 879f0c3fee8b0662145abbba44776ecb8cf3a685 | [log] [tgz] |
---|---|---|
author | Bin Bao <binbao@fb.com> | Wed Mar 01 15:48:26 2023 +0000 |
committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Wed Mar 01 19:54:25 2023 +0000 |
tree | 7ef520b8a7d47b682c1db72bda6a3c36d19e0cc3 | |
parent | ef731cdaf04ef67dce99e42dc98bfc3722f8d89a [diff] |
[CI] Increate the timeout limit for benchmark test (#95787) Summary: xcit_large_24_p8_224 occasionally hits TIMEOUT on CI. Bump up the limit to reduce flakiness. Pull Request resolved: https://github.com/pytorch/pytorch/pull/95787 Approved by: https://github.com/ezyang, https://github.com/ZainRizvi
diff --git a/benchmarks/dynamo/common.py b/benchmarks/dynamo/common.py index a6f4011..88ca3ff 100644 --- a/benchmarks/dynamo/common.py +++ b/benchmarks/dynamo/common.py
@@ -1753,8 +1753,8 @@ parser.add_argument( "--timeout", type=int, - default=1200, - help="timeout (ms) for benchmarking.", + default=1800, + help="timeout (second) for benchmarking.", ) parser.add_argument(