Skip to content

Commit 222bd83

Browse files
committed
[libc++] Forgot to bump the CI timeout everywhere
1 parent 76c7e1f commit 222bd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function generate-cmake-base() {
8686
-DLIBCXX_ENABLE_WERROR=YES \
8787
-DLIBCXXABI_ENABLE_WERROR=YES \
8888
-DLIBUNWIND_ENABLE_WERROR=YES \
89-
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1200 --time-tests" \
89+
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1500 --time-tests" \
9090
"${@}"
9191
}
9292

0 commit comments

Comments
 (0)