From 541c02835e899d92bec0aa576593c3da93eade1f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 14 Feb 2024 00:54:35 +0300 Subject: [PATCH] wip --- vscode-web/main.test.ts | 4 ++-- vscode-web/run.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 vscode-web/run.sh 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