Skip to content

Commit 29b34cf

Browse files
authored
Merge pull request #13 from rahulmishra-lt/master
incresed timeout
2 parents 0d96f07 + 662b831 commit 29b34cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/single.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('webdriver', () => {
5353
});
5454
// eslint-disable-next-line no-undef
5555
await driver.get(`https://lambdatest.github.io/sample-todo-app/`);
56-
}, 30000);
56+
}, 120000);
5757

5858
afterAll(async () => {
5959
await driver.quit();

0 commit comments

Comments
 (0)