We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f907a commit f3ca156Copy full SHA for f3ca156
devops/actions/llvm_test_suite/action.yml
@@ -81,7 +81,7 @@ runs:
81
export PATH=$PWD/toolchain/bin/:$PATH
82
# TODO make this part of container build
83
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"
+ export LIT_OPTS="-v --no-progress-bar --show-unsupported --max-time 3600 --time-tests -o $PWD/build/results_${{ inputs.results_name_suffix }}.json"
85
if [ -e /runtimes/oneapi-tbb/env/vars.sh ]; then
86
source /runtimes/oneapi-tbb/env/vars.sh;
87
elif [ -e /opt/runtimes/oneapi-tbb/env/vars.sh ]; then
0 commit comments