From 49746631283e28a0a275725901144e0bad8fc807 Mon Sep 17 00:00:00 2001 From: Cody Larkin Date: Sat, 2 May 2026 16:13:19 -0400 Subject: [PATCH] removed test delay --- start-all.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-all.ps1 b/start-all.ps1 index 5f6fee4..b91e4df 100644 --- a/start-all.ps1 +++ b/start-all.ps1 @@ -66,7 +66,7 @@ Start-Sleep -Seconds 5 $testScript = New-TabScript -Name "Test" -Content @" Set-Location '$root' -Start-Sleep -Seconds 25 +Start-Sleep -Seconds 5 & '$clientExe' --user Test "@