diff --git a/vscode-web/main.test.ts b/vscode-web/main.test.ts index cd063c0..e7a9306 100644 --- a/vscode-web/main.test.ts +++ b/vscode-web/main.test.ts @@ -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 }); diff --git a/vscode-web/run.sh b/vscode-web/run.sh old mode 100644 new mode 100755