Skip to content

Commit defaf1c

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ describe("OrganizationService", async () => {
201201
});
202202
});
203203

204-
describe("listOrganizations", async () => {
204+
describe("listOrganizations", function () {
205+
this.timeout(5_000);
206+
205207
let container: Container;
206208
let os: OrganizationService;
207209
let userService: UserService;

0 commit comments

Comments
 (0)