Skip to content

Commit

Permalink
Update wdio-vscode-service to fix integration tests (#1046)
Browse files Browse the repository at this point in the history
## Changes
<!-- Summary of your changes that are easy to understand -->

## Tests
<!-- How is this tested? -->
  • Loading branch information
fjakobs authored Feb 7, 2024
1 parent 0575151 commit e49b3e7
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 132 deletions.
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
"typescript": "5.1.6",
"vsce": "^2.15.0",
"wdio-video-reporter": "^4.0.3",
"wdio-vscode-service": "^5.2.0",
"wdio-vscode-service": "^5.2.3",
"winston": "^3.10.0",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/src/test/e2e/configure.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe("Configure Databricks Extension", async function () {
}) !== -1
);
},
{timeout: 5000}
{timeout: 10_000}
);

//Wait for quickstart text to be visible.
Expand Down
Loading

0 comments on commit e49b3e7

Please sign in to comment.