Skip to content

Commit 76c7e1f

Browse files
committed
[libc++] Bump timeout to avoid spurious failures on AIX
1 parent e6723d8 commit 76c7e1f

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
@@ -478,7 +478,7 @@ legacy-project-build)
478478
-GNinja -DCMAKE_MAKE_PROGRAM="${NINJA}" \
479479
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
480480
-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
481-
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1200" \
481+
-DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=1500" \
482482
-DLIBCXX_CXX_ABI=libcxxabi
483483
check-runtimes
484484
;;

0 commit comments

Comments
 (0)