diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-09-21 23:49:34 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-09-21 23:49:34 +0500 |
commit | a386526879cd9166ef918a533d9710506067041d (patch) | |
tree | 01d09ead044c101313b60900117c4508735416a3 /src/main/resources/config.json | |
parent | 063ac6b88eb4c9a56e31c000559ba3f9bb4e32e9 (diff) |
Change webDriverWait.durationOfSeconds config from 3 to 15
Diffstat (limited to 'src/main/resources/config.json')
-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, |