pull/154/head
Muhammad Atif Ali 1 year ago
parent 5d81dc96d0
commit 541c02835e

@ -43,7 +43,7 @@ describe("vscode-web", async () => {
"\u001b[0;1mInstalling Microsoft Visual Studio Code Server!",
"Failed to install Microsoft Visual Studio Code Server:", // TODO: manually test error log
]);
}, 15000);
}, 15000); // 15 seconds timeout
it("runs with curl", async () => {
const state = await runTerraformApply(import.meta.dir, {
@ -59,5 +59,5 @@ describe("vscode-web", async () => {
"👷 Running /tmp/vscode-web/bin/code-server serve-local --port 13338 --accept-server-license-terms serve-local --without-connection-token --telemetry-level error in the background...",
"Check logs at /tmp/vscode-web.log!",
]);
}, 15000);
}, 15000); // 15 seconds timeout
});

Loading…
Cancel
Save