File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3129,8 +3129,11 @@ function build_and_test_installable_package() {
31293129 with_pushd " ${PKG_TESTS_SANDBOX_PARENT} " \
31303130 call tar xzf " ${package_for_host} "
31313131
3132+ if python -c " import psutil" ; then
3133+ TIMEOUT_ARGS=--timeout=1200 # 20 minutes
3134+ fi
31323135 with_pushd " ${PKG_TESTS_SOURCE_DIR} " \
3133- 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} "
3136+ 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}
31343137 fi
31353138 fi
31363139}
You can’t perform that action at this time.
0 commit comments