Skip to content

Commit 5fedf59

Browse files
committed
Trying increasing timeout.
1 parent 163d10f commit 5fedf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/wdio-headless-step2.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ exports.config = {
189189
*/
190190
before: function () {
191191
require('ts-node/register');
192-
browser.timeouts('implicit', 5000);
192+
browser.timeouts('implicit', 10000);
193193
},
194194
/**
195195
* Runs before a WebdriverIO command gets executed.

0 commit comments

Comments
 (0)