[CI] Update B200 est_times to prevent timeouts on slower machine (#22609)

Co-authored-by: Alison Shao <alison.shao@MacBook-Pro-D2W773R9CD.local>
This commit is contained in:
Alison Shao
2026-04-11 21:40:34 -07:00
committed by GitHub
co-authored by Alison Shao
parent f21d23a211
commit d6c9d9116b
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ except ImportError:
CuteDslMoEWrapper = None
convert_sf_to_mma_layout = None
register_cuda_ci(est_time=13, suite="stage-c-test-4-gpu-b200")
register_cuda_ci(est_time=590, suite="stage-c-test-4-gpu-b200")
SKIP_TEST = torch.cuda.get_device_capability() < (10, 0)
SKIP_REASON = "Nvfp4 Requires compute capability of 10 or above."