We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834f6ec commit 857e82dCopy full SHA for 857e82d
components/server/src/orgs/organization-service.spec.ts
@@ -30,6 +30,7 @@ import { createTestContainer, withTestCtx } from "../test/service-testing-contai
30
31
const expect = chai.expect;
32
33
+mocha.timeout(5000);
34
describe("OrganizationService", async () => {
35
let container: Container;
36
let os: OrganizationService;
0 commit comments