Skip to content

Commit 724d493

Browse files
authored
Reduce the timeout for LIT test from 20 to 10mins (#62496)
1 parent bf84d8d commit 724d493

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
@@ -3543,7 +3543,7 @@ function build_and_test_installable_package() {
35433543
call tar xzf "${package_for_host}"
35443544

35453545
if python3 -c "import psutil" ; then
3546-
TIMEOUT_ARGS=--timeout=1200 # 20 minutes
3546+
TIMEOUT_ARGS=--timeout=600 # 10 minutes
35473547
fi
35483548
with_pushd "${PKG_TESTS_SOURCE_DIR}" \
35493549
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

Comments
 (0)