Skip to content

Commit a078070

Browse files
committed
wip
1 parent 44728e2 commit a078070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ suite("Extension Test Suite", () => {
1414
assert.strictEqual(-1, [1, 2, 3].indexOf(0));
1515
});
1616

17-
test('Hover tests', async () => {
17+
test('Hover tests', async () => {, 5000);
1818
const workspaceFolder = vscode.workspace.workspaceFolders?.[0];
1919
assert.ok(workspaceFolder, 'No workspace folder found');
2020
const docPath = path.join(workspaceFolder.uri.fsPath, 'src', 'test', 'fixtures', 'testChart', 'templates', 'deployment.yaml');

0 commit comments

Comments
 (0)