summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-09-21 23:49:34 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-09-21 23:49:34 +0500
commita386526879cd9166ef918a533d9710506067041d (patch)
tree01d09ead044c101313b60900117c4508735416a3
parent063ac6b88eb4c9a56e31c000559ba3f9bb4e32e9 (diff)
Change webDriverWait.durationOfSeconds config from 3 to 15
-rw-r--r--src/main/resources/config.json2
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,