diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-09-22 00:50:45 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-09-22 00:50:45 +0500 |
commit | a42f52ec68000f9aedad7196a9bf66d4bf3ed8d2 (patch) | |
tree | 468923e6a33160e3bf1c25e502b235801acb2055 /src/main | |
parent | f7e46c34a5334b4dca7e21cfc1bb06de9d42fa25 (diff) |
Change webDriverWait.durationOfSeconds config value from 3 to 15
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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, |