Skip to content

Commit 0aa5605

Browse files
authored
Revert "Revert "[windows] Increase timeout for sanitizer-windows"" (#307)
Reverts #272 For llvm/llvm-project#102513 Timeouts are back, but I didn't profile the build to check if the cause is the same file. https://lab.llvm.org/buildbot/#/builders/107/builds/4901
1 parent 2a37a78 commit 0aa5605

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,9 @@
16941694
'builddir': "sanitizer-windows",
16951695
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
16961696
script="sanitizer-windows.py",
1697-
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"])},
1697+
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"],
1698+
# FIXME: Restore `timeout` to default when fixed https://github.com/llvm/llvm-project/issues/102513
1699+
timeout=2400)},
16981700

16991701
# OpenMP builders.
17001702

0 commit comments

Comments
 (0)