Skip to content

Commit 9e17bc5

Browse files
test(e2e): increase the wait timeout of the web-extension test from 10 seconds to 20 seconds
1 parent 8742fe7 commit 9e17bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/test/web-extension/wdio.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ module.exports = {
5050
'chromedriver'
5151
],
5252
specs: ['./**/*.spec.ts'],
53-
waitforTimeout: 10000
53+
waitforTimeout: 30000
5454
}
5555
};

0 commit comments

Comments
 (0)