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 c449f8b commit 40bbc06Copy full SHA for 40bbc06
test/interceptors.spec.ts
@@ -20,6 +20,7 @@ const interceptors = buildInterceptors({ configPath, https: { certPath, keyPath
20
21
_.forEach(interceptors, (interceptor, name) =>
22
describe(`${name} interceptor`, function () {
23
+ this.timeout(5000);
24
25
beforeEach(async () => {
26
await server.start();
0 commit comments