Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
fix(ci): increase timeout for test debugClient
Browse files Browse the repository at this point in the history
Travis is using small runners.
  • Loading branch information
Morten Henriksen committed Sep 16, 2019
1 parent bfcc755 commit f4ee23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/adapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ describe('Perl debug Adapter', () => {

beforeEach(async () => {
dc = new DebugClient('node', DEBUG_ADAPTER, 'perl');
dc.defaultTimeout = 60000;
await dc.start();
});

Expand Down

0 comments on commit f4ee23b

Please sign in to comment.