Skip to content

Commit c004612

Browse files
committed
Revert "[windows] Increase timeout for sanitizer-windows"
For #102513 It should not be needed after llvm/llvm-project#110986. This reverts commit 73d07e0. This reverts commit d0f4769.
1 parent c590137 commit c004612

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,9 +1687,7 @@
16871687
'builddir': "sanitizer-windows",
16881688
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
16891689
script="sanitizer-windows.py",
1690-
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"],
1691-
# FIXME: Restore `timeout` to default when fixed https://github.com/llvm/llvm-project/issues/102513
1692-
timeout=2400)},
1690+
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"])},
16931691

16941692
# OpenMP builders.
16951693

0 commit comments

Comments
 (0)