From 1ee686760f9056e37f5a0d42a3e6c8f885cfd6c5 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Tue, 30 Apr 2024 15:05:11 +0800 Subject: [PATCH] test: increase timeout on mac test --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 05ba85b091..7df465ab2a 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -393,7 +393,7 @@ pipeline { agent{label " Mac_catalina "} steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { - timeout(time: 30, unit: 'MINUTES'){ + timeout(time: 60, unit: 'MINUTES'){ pre_test() pre_test_build_mac() }