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() {
3129
3129
with_pushd " ${PKG_TESTS_SANDBOX_PARENT} " \
3130
3130
call tar xzf " ${package_for_host} "
3131
3131
3132
+ if python -c " import psutil" ; then
3133
+ TIMEOUT_ARGS=--timeout=1200 # 20 minutes
3134
+ fi
3132
3135
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}
3134
3137
fi
3135
3138
fi
3136
3139
}
You can’t perform that action at this time.
0 commit comments