Skip to content

Commit

Permalink
chore: increase kafka timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Apr 22, 2024
1 parent b6f042f commit 6641e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/facade-srv.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('facade-srv', () => {
});

it('should wait for kafka', async () => {
await new Promise((resolve, reject) => setTimeout(resolve, 10000));
await new Promise((resolve, reject) => setTimeout(resolve, 30000));
});

it('should stop the worker', async () => {
Expand Down

0 comments on commit 6641e19

Please sign in to comment.