Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
soundofspace committed Oct 8, 2024
1 parent c05c5d1 commit d3a16c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/main/test/Worker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe('Worker test', () => {
beforeEach(async () => {
TestLogger.testNumber += 1;
page = await context.newPage();
await new Promise(resolve => setTimeout(resolve, 3e3));
server.reset();
httpsServer.reset();
});
Expand Down

0 comments on commit d3a16c6

Please sign in to comment.