Skip to content

Commit 6b64007

Browse files
committed
Use debugadapter-testsupport's new defaultTimeout
1 parent 0b69fcc commit 6b64007

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"mocha": "^2.4.5",
5454
"tslint": "^3.6.0",
5555
"typescript": "^1.8.9",
56-
"vscode-debugadapter-testsupport": "^1.7.0"
56+
"vscode-debugadapter-testsupport": "^1.8.0-pre.1"
5757
},
5858
"scripts": {
5959
"postversion": "git push && git push --tags",

src/test/adapter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ describe('PHP Debug Adapter', () => {
1414

1515
beforeEach('start debug adapter', async () => {
1616
client = new DebugClient('node', path.normalize(__dirname + '/../phpDebug'), 'php');
17+
client.defaultTimeout = 10000;
1718
await client.start(process.env.VSCODE_DEBUG_PORT && parseInt(process.env.VSCODE_DEBUG_PORT));
1819
});
1920

0 commit comments

Comments
 (0)