Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Nov 29, 2023
1 parent 3c64eb7 commit aa6ed09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('AppController (e2e)', () => {
queueProvider = moduleFixture.get<QueueProvider>(QueueProvider);
app = moduleFixture.createNestApplication();
await app.init();
});
}, 10000);

afterEach(() => {
// Nest.js Shutdown hooks are not triggered
Expand Down

0 comments on commit aa6ed09

Please sign in to comment.