Skip to content

Commit

Permalink
Remove timout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Dec 23, 2024
1 parent 160914c commit 9ea866c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/worker/worker.api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('Worker Api Test', () => {
let storageService: StorageService;
let ioRedisAdapter: IoRedisAdapter;

// This port must be different from the one used in the server module
// This port must be different from the one used in the websocket api test
// because tests are executed parallel and therefore we can have port conflicts.
const port = 3398;
const url = `ws://localhost:${port}`;
Expand Down Expand Up @@ -111,7 +111,7 @@ describe('Worker Api Test', () => {
provider.awareness.destroy();
provider.disconnect();
provider.destroy();
}, 10000);
});
});

describe('when second client sends update', () => {
Expand Down

0 comments on commit 9ea866c

Please sign in to comment.