From b795b67406eef30b9f7a15ae55e6049468807a23 Mon Sep 17 00:00:00 2001 From: mmglove Date: Fri, 2 Dec 2022 06:31:43 +0000 Subject: [PATCH] fix benchmark --- test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh b/test_tipc/static/ResNet50/benchmark_common/run_benchmark.sh index 935c9c02..c1825868 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 -- GitLab