From 0aa5605042ccf112c3f2d06186c56378f03c5a75 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 12 Nov 2024 14:29:56 -0800 Subject: [PATCH] Revert "Revert "[windows] Increase timeout for sanitizer-windows"" (#307) Reverts llvm/llvm-zorg#272 For https://github.com/llvm/llvm-project/issues/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 --- buildbot/osuosl/master/config/builders.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 131c7355c..6395d1883 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -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.