[libcxx-commits] [PATCH] D114896: [runtimes][CI] Add a 10 minutes individual test time out
Vitaly Buka via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 15 11:04:48 PDT 2022
vitalybuka added inline comments.
================
Comment at: libcxx/utils/ci/run-buildbot:89
-DLIBUNWIND_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=1200" \
"${@}"
----------------
Tests which runs >1000 are problematic for buildbot
It timeouts if no output for 1200sec https://lab.llvm.org/buildbot/#/builders/237/builds/135
I understand that this shell script is not for buildbot, but existence of such tests is a problem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114896/new/
https://reviews.llvm.org/D114896
More information about the libcxx-commits
mailing list