summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-09-22 00:50:45 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-09-22 00:50:45 +0500
commita42f52ec68000f9aedad7196a9bf66d4bf3ed8d2 (patch)
tree468923e6a33160e3bf1c25e502b235801acb2055 /src/main
parentf7e46c34a5334b4dca7e21cfc1bb06de9d42fa25 (diff)
Change webDriverWait.durationOfSeconds config value from 3 to 15
Diffstat (limited to 'src/main')
-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,