fix(server): doc owner and default role permission (#10281)

This commit is contained in:
liuyi
2025-02-19 16:29:46 +08:00
committed by GitHub
parent 61ee5531f4
commit 521ee9d374
3 changed files with 72 additions and 14 deletions

View File

@@ -60,6 +60,9 @@ test.before(async () => {
// which will keep the test process alive to timeout.
stalledInterval: 100,
},
queue: {
defaultJobOptions: { delay: 1000 },
},
},
}),
JobModule.forRoot(),