Skip to content

Commit 5173a8b

Browse files
authored
Increase timeout for clang-sparc64-linux to 1800 seconds (#513)
The builds for clang-sparc64-linux currently fail with a timeout during the linking stage, so lets increase the timeout to 1800 seconds which is the timeout also used on the builder clang-solaris11-sparcv9.
1 parent a16b133 commit 5173a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@
818818
'builddir': 'clang-sparc64-linux',
819819
'factory' : ClangBuilder.getClangCMakeBuildFactory(
820820
clean=False,
821+
timeout=1800,
821822
runTestSuite=True,
822823
checkout_clang_tools_extra=False,
823824
checkout_compiler_rt=False,

0 commit comments

Comments
 (0)