Skip to content

Commit d0f4769

Browse files
committed
[windows] Increase timeout for sanitizer-windows
cl.exe timeouts on some files. Work around for llvm/llvm-project#102513
1 parent ec94a29 commit d0f4769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,8 @@
17111711
'builddir': "sanitizer-windows",
17121712
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
17131713
script="sanitizer-windows.py",
1714-
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"])},
1714+
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"],
1715+
timeout=2400)},
17151716

17161717
# OpenMP builders.
17171718

0 commit comments

Comments
 (0)