diff options
author | Taka Cho <takamune.cho@att.com> | 2020-03-20 09:51:11 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-03-20 09:53:04 -0400 |
commit | f909189e3d3cc4cc8a91fb499459d8f84c0e3fc5 (patch) | |
tree | 62a56293027ae8687d42f9f2362f0372baec3748 /tests | |
parent | 25fac3a21f28662920fb5210c05f4dc36140769e (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/appc/cdt/common.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |