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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 17 14:17:01 PDT 2022


ldionne updated this revision to Diff 416316.
ldionne added a comment.

Rebase onto main. I suspect this will still fail due to missing psutil on our CI nodes -- I'll add it separately.


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=300" \
           "${@}"
 }
 
@@ -491,7 +491,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=300" \
           -DLIBCXX_CXX_ABI=libcxxabi
     check-runtimes
 ;;


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


More information about the libcxx-commits mailing list