From 4819b0cf706148cafc82776502a5e42af055f35d Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Thu, 23 Jun 2022 17:29:09 +0800 Subject: [PATCH] fix: a typo --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index db26426b93..b27622c25d 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -363,7 +363,7 @@ pipeline { WIN_CONNECTOR_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\taos-connector-python" } steps { - timeout(time: 200, unit: 'MINUTES') { + timeout(time: 20, unit: 'MINUTES') { pre_test_win() pre_test_build_win() } -- GitLab