From af5f8e051906b32765ce6441891156f29baa5918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A4=E8=BE=A3=E9=B2=9C=E9=A6=99?= Date: Mon, 14 Jul 2025 03:33:09 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90oec-ascend=E3=80=91AOE=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E8=B6=85=E6=97=B6=E6=94=BE=E5=AE=BD=E5=88=B015?= =?UTF-8?q?=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oec-ascend/oec/resource/ModelDev/AOETool/ascend_test_aoe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oec-ascend/oec/resource/ModelDev/AOETool/ascend_test_aoe.py b/oec-ascend/oec/resource/ModelDev/AOETool/ascend_test_aoe.py index 94bb500a..afc7bcb4 100644 --- a/oec-ascend/oec/resource/ModelDev/AOETool/ascend_test_aoe.py +++ b/oec-ascend/oec/resource/ModelDev/AOETool/ascend_test_aoe.py @@ -6,5 +6,5 @@ oec.TestCase( cmd=f"mkdir -p '{oec.Context.output_dir}/tmp'\n" f"cd '{oec.Context.output_dir}/tmp'\n" f"aoe --framework=3 --model={oec.Context.data_path}/model/model_tf.pb --job_type=2\n", - timeout=300 + timeout=900 ) \ No newline at end of file -- Gitee