From f909189e3d3cc4cc8a91fb499459d8f84c0e3fc5 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Fri, 20 Mar 2020 09:51:11 -0400 Subject: [PATCH] double the LONGTIME for CDT csit to avoid the some stressful condition in Jenkin CSIT job. doubling the LONGTIME wait Change-Id: I62592892723446549f8cace7c05d22cf930c1ca0 Issue-ID: APPC-1853 Signed-off-by: Taka Cho --- tests/appc/cdt/common.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/appc/cdt/common.robot b/tests/appc/cdt/common.robot index b500d88e..d1666fa1 100644 --- a/tests/appc/cdt/common.robot +++ b/tests/appc/cdt/common.robot @@ -9,7 +9,7 @@ # ${MAINURL} is now set from the command line per above | ${BROWSER} | chrome | ${SHORTTIME} | 5s -| ${LONGTIME} | 90s +| ${LONGTIME} | 180s | ${TENMINUTES} | 600s #| ${FFPROFILE_DIR} | /home/dvz/.mozilla/firefox/s87c07vn.AppCZoomed50 | ${MAINURL} | https://localhost:8080/index.html -- 2.16.6