Skip to content

Commit dd2efbc

Browse files
committed
test/gopls/vulncheck: increase 'populate webview' test timeout
Change-Id: Iac9b6a434206324fbb71a9111d584a22bf5ffcfe Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/407115 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 69e5534 commit dd2efbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/gopls/vulncheck.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ suite('vulncheck result viewer tests', () => {
2929
vscode.Disposable.from(...disposables).dispose();
3030
});
3131

32-
test('populates webview', async () => {
32+
test('populates webview', async function () {
33+
this.timeout(5000);
3334
const webviewPanel = _register(
3435
vscode.window.createWebviewPanel(webviewId, 'title', { viewColumn: vscode.ViewColumn.One }, {})
3536
);

0 commit comments

Comments
 (0)