Skip to content

Commit 857e82d

Browse files
committed
[server] Increase timeout for organization service tests
1 parent 834f6ec commit 857e82d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/server/src/orgs/organization-service.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { createTestContainer, withTestCtx } from "../test/service-testing-contai
3030

3131
const expect = chai.expect;
3232

33+
mocha.timeout(5000);
3334
describe("OrganizationService", async () => {
3435
let container: Container;
3536
let os: OrganizationService;

0 commit comments

Comments
 (0)