Skip to content

Commit

Permalink
increase timeout (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Nov 2, 2022
1 parent e0f497e commit 3f4732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const spawn = require('execa');
const assert = require('assert');

describe('integration tests', function () {
this.timeout(120000);
this.timeout(5 * 60 * 1000);

it('command-ts integration test (install, compile and run extension tests)', async () => {

Expand Down

0 comments on commit 3f4732f

Please sign in to comment.