We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf84d8d commit 724d493Copy full SHA for 724d493
utils/build-script-impl
@@ -3543,7 +3543,7 @@ function build_and_test_installable_package() {
3543
call tar xzf "${package_for_host}"
3544
3545
if python3 -c "import psutil" ; then
3546
- TIMEOUT_ARGS=--timeout=1200 # 20 minutes
+ TIMEOUT_ARGS=--timeout=600 # 10 minutes
3547
fi
3548
with_pushd "${PKG_TESTS_SOURCE_DIR}" \
3549
call python3 "${LIT_EXECUTABLE_PATH}" . -sv --param package-path="${PKG_TESTS_SANDBOX}" --param test-exec-root="${PKG_TESTS_TEMPS}" --param llvm-bin-dir="${LLVM_BIN_DIR}" ${TIMEOUT_ARGS}
0 commit comments