From 21b0aad19adba6b7c43a774967b8699a9c78699c Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Mon, 24 May 2021 01:39:44 +0300 Subject: [PATCH] Wait a bit more --- kea_testing.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kea_testing.groovy b/kea_testing.groovy index 82d8a6b..071a2d4 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -89,7 +89,7 @@ pipeline { echo '*** TESTS ***' echo '*************' /* Here do your tests */ - sleep 50 + sleep 90 try { String testName = "KEA_F001" String url = "$APP_URL:13880" -- 2.2.2