Skip to content

Commit

Permalink
Try to fix failing e2e tests by increasing beforeAll timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo committed Jan 30, 2024
1 parent dbb43e8 commit 36bb417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-e2e/__tests__/atomic.specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ describe('ui:create:atomic', () => {
'atomic-server-valid'
);
await waitForAppRunning(appTerminal);
}, 5 * 60e3);
}, 10 * 60e3);

beforeEach(async () => {
consoleInterceptor = new BrowserConsoleInterceptor(
Expand Down

0 comments on commit 36bb417

Please sign in to comment.