Skip to content

Commit 77f62db

Browse files
committed
Squashed commit of the following:
commit 5dbc8a0 Author: Ryan Chia <[email protected]> Date: Tue Nov 12 15:50:20 2024 +0800
1 parent e3a384e commit 77f62db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/__tests__/browser-tests/browser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe.each([Browser.CHROME, Browser.EDGE, Browser.FIREFOX])("%s driver test",
3232
console.log(browser + ": building...");
3333
driver = await builder.build();
3434
console.log(browser + ": built");
35-
})
35+
}, 10000)
3636

3737
afterEach(async () => {
3838
if (driver) {

0 commit comments

Comments
 (0)