Skip to content

Commit f3ca156

Browse files
authored
[CI] Set one hour time limit for llvm-test-suite (#6850)
1 parent f1f907a commit f3ca156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/llvm_test_suite/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
export PATH=$PWD/toolchain/bin/:$PATH
8282
# TODO make this part of container build
8383
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/hip/lib/:/opt/rocm/lib
84-
export LIT_OPTS="-v --no-progress-bar --show-unsupported --time-tests -o $PWD/build/results_${{ inputs.results_name_suffix }}.json"
84+
export LIT_OPTS="-v --no-progress-bar --show-unsupported --max-time 3600 --time-tests -o $PWD/build/results_${{ inputs.results_name_suffix }}.json"
8585
if [ -e /runtimes/oneapi-tbb/env/vars.sh ]; then
8686
source /runtimes/oneapi-tbb/env/vars.sh;
8787
elif [ -e /opt/runtimes/oneapi-tbb/env/vars.sh ]; then

0 commit comments

Comments
 (0)