From a386526879cd9166ef918a533d9710506067041d Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Wed, 21 Sep 2022 23:49:34 +0500 Subject: Change webDriverWait.durationOfSeconds config from 3 to 15 --- src/main/resources/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/config.json b/src/main/resources/config.json index 2ede7ad..54b5c23 100644 --- a/src/main/resources/config.json +++ b/src/main/resources/config.json @@ -6,7 +6,7 @@ "url": "https://userinyerface.com/" }, "webDriverWait": { - "durationOfSeconds": 3 + "durationOfSeconds": 15 }, "randomTextGenerator": { "lettersLowerBound": 97, -- cgit v1.2.3