diff --git a/test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh b/test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh index 935c9c02bf2e4c4277fd250bd45b6485d5b4097f..c1825868ce7060cd4db036d706258e787fce3ce1 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 10m ${train_cmd} > ${log_file} 2>&1 + timeout 15m ${train_cmd} > ${log_file} 2>&1 if [ $? -ne 0 ];then echo -e "${model_name}, FAIL" else