Skip to content

Commit

Permalink
Increase timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 22, 2024
1 parent 2c4c2d6 commit d234e81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vscode/src/test/suite/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ suite("Client", () => {
let client: Client;

before(async function () {
// 60000 should be plenty but we're seeing timeouts on Windows in CI

// eslint-disable-next-line no-invalid-this
this.timeout(60000);
this.timeout(90000);

// eslint-disable-next-line no-process-env
if (process.env.CI) {
Expand Down

0 comments on commit d234e81

Please sign in to comment.