diff --git a/test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh b/test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh index c1825868ce7060cd4db036d706258e787fce3ce1..0f629f8d9bbbdd8a8b060ad5869af9b813481248 100644 --- a/test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh +++ b/test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh @@ -63,7 +63,7 @@ function _train(){ esac echo "train_cmd: ${train_cmd} log_file: ${log_file}" - timeout 15m ${train_cmd} > ${log_file} 2>&1 + timeout 10m ${train_cmd} > ${log_file} 2>&1 if [ $? -ne 0 ];then echo -e "${model_name}, FAIL" else @@ -74,7 +74,6 @@ function _train(){ rm ${log_file} cp mylog/workerlog.0 ${log_file} fi - echo ${train_cmd} >> ${log_file} cd ../ }