Skip to content

Commit

Permalink
Add timeout limit to run_cpu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfurmanek committed Sep 13, 2024
1 parent ef54b72 commit e8bf71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/tools/ci_build/linux/rocm/run_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if [ -f /usertools/cpu.bazelrc ]; then
--action_env=OPENBLAS_CORETYPE=Haswell \
--action_env=TF_ENABLE_ONEDNN_OPTS=0 \
--local_test_jobs=${N_BUILD_JOBS} \
--test_timeout 920,2400,7200,9600 \
--jobs=${N_BUILD_JOBS}
else
yes "" | $PYTHON_BIN_PATH configure.py
Expand Down

0 comments on commit e8bf71c

Please sign in to comment.