Skip to content

Commit 40bbc06

Browse files
committed
Increase the timeout to keep the tests stable on Travis
1 parent c449f8b commit 40bbc06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/interceptors.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const interceptors = buildInterceptors({ configPath, https: { certPath, keyPath
2020

2121
_.forEach(interceptors, (interceptor, name) =>
2222
describe(`${name} interceptor`, function () {
23+
this.timeout(5000);
2324

2425
beforeEach(async () => {
2526
await server.start();

0 commit comments

Comments
 (0)