Skip to content

Commit

Permalink
chore: revive browser test before killing it (#11964)
Browse files Browse the repository at this point in the history
Just making sure there's no bug being hidden here
  • Loading branch information
ludamad authored Feb 13, 2025
1 parent b865ccc commit cb47cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/shared/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const browserTestSuite = (
pageLogger.verbose('Waiting for window.AztecJs...');
await AztecJs.sleep(1000);
}
});
}, 120_000);

afterAll(async () => {
await browser.close();
Expand Down

0 comments on commit cb47cc0

Please sign in to comment.