Skip to content

Commit

Permalink
Revert "Revert "[windows] Increase timeout for sanitizer-windows"" (#307
Browse files Browse the repository at this point in the history
)

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
  • Loading branch information
vitalybuka authored Nov 12, 2024
1 parent 2a37a78 commit 0aa5605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,9 @@
'builddir': "sanitizer-windows",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="sanitizer-windows.py",
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"])},
depends_on_projects=["llvm", "clang", "lld", "compiler-rt"],
# FIXME: Restore `timeout` to default when fixed https://github.com/llvm/llvm-project/issues/102513
timeout=2400)},

# OpenMP builders.

Expand Down

0 comments on commit 0aa5605

Please sign in to comment.