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 66059a4 commit 8125f77Copy full SHA for 8125f77
utils/build-script-impl
@@ -3125,7 +3125,7 @@ function build_and_test_installable_package() {
3125
call tar xzf "${package_for_host}"
3126
3127
if python -c import psutil ; then
3128
- TIMEOUT_ARGS=--timeout=3000 # 50 minutes
+ TIMEOUT_ARGS=--timeout=1200 # 20 minutes
3129
fi
3130
with_pushd "${PKG_TESTS_SOURCE_DIR}" \
3131
call python "${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