Skip to content

Commit e49b3e7

Browse files
authored
Update wdio-vscode-service to fix integration tests (#1046)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? -->
1 parent 0575151 commit e49b3e7

File tree

3 files changed

+178
-132
lines changed

3 files changed

+178
-132
lines changed

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
"typescript": "5.1.6",
736736
"vsce": "^2.15.0",
737737
"wdio-video-reporter": "^4.0.3",
738-
"wdio-vscode-service": "^5.2.0",
738+
"wdio-vscode-service": "^5.2.3",
739739
"winston": "^3.10.0",
740740
"yargs": "^17.7.2"
741741
},

packages/databricks-vscode/src/test/e2e/configure.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe("Configure Databricks Extension", async function () {
7777
}) !== -1
7878
);
7979
},
80-
{timeout: 5000}
80+
{timeout: 10_000}
8181
);
8282

8383
//Wait for quickstart text to be visible.

0 commit comments

Comments
 (0)