Skip to content

Commit 8125f77

Browse files
authored
Update build-script-impl
Reduce timeout to 20m
1 parent 66059a4 commit 8125f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,7 +3125,7 @@ function build_and_test_installable_package() {
31253125
call tar xzf "${package_for_host}"
31263126

31273127
if python -c import psutil ; then
3128-
TIMEOUT_ARGS=--timeout=3000 # 50 minutes
3128+
TIMEOUT_ARGS=--timeout=1200 # 20 minutes
31293129
fi
31303130
with_pushd "${PKG_TESTS_SOURCE_DIR}" \
31313131
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

Comments
 (0)