We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d96f07 + 662b831 commit 29b34cfCopy full SHA for 29b34cf
test/single.test.js
@@ -53,7 +53,7 @@ describe('webdriver', () => {
53
});
54
// eslint-disable-next-line no-undef
55
await driver.get(`https://lambdatest.github.io/sample-todo-app/`);
56
- }, 30000);
+ }, 120000);
57
58
afterAll(async () => {
59
await driver.quit();
0 commit comments