From a42f52ec68000f9aedad7196a9bf66d4bf3ed8d2 Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Thu, 22 Sep 2022 00:50:45 +0500 Subject: Change webDriverWait.durationOfSeconds config value from 3 to 15 --- src/main/resources/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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