[libcxx-commits] [PATCH] D114896: [runtimes][CI] Add a 10 minutes individual test time out

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 31 10:34:16 PDT 2022


ldionne updated this revision to Diff 419512.
ldionne retitled this revision from "[runtimes][CI] Add a 5 minutes individual test time out" to "[runtimes][CI] Add a 10 minutes individual test time out".
ldionne edited the summary of this revision.
ldionne added a comment.

Increase timeout to 10 minutes to account for long TSan tests. We should also try to reduce tests that take too long to run in the test suite as a separate effort.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114896/new/

https://reviews.llvm.org/D114896

Files:
  libcxx/utils/ci/run-buildbot


Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -84,7 +84,7 @@
           -DCMAKE_BUILD_TYPE=RelWithDebInfo \
           -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
           -DLIBCXX_ENABLE_WERROR=YES \
-          -DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml" \
+          -DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=600" \
           "${@}"
 }
 
@@ -486,7 +486,7 @@
           -GNinja -DCMAKE_MAKE_PROGRAM="${NINJA}" \
           -DCMAKE_BUILD_TYPE=RelWithDebInfo \
           -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
-          -DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml" \
+          -DLLVM_LIT_ARGS="-sv --show-unsupported --xunit-xml-output test-results.xml --timeout=600" \
           -DLIBCXX_CXX_ABI=libcxxabi
     check-runtimes
 ;;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114896.419512.patch
Type: text/x-patch
Size: 974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220331/2878f67d/attachment.bin>


More information about the libcxx-commits mailing list