From 3bad3cb21ccdac5bf6b29df1eb2b9853b2d94970 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Mon, 2 Mar 2026 10:46:48 -0800 Subject: [PATCH] Add clearer message for e2e test lags --- scripts/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 20688f1..0c09bcb 100644 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -3,6 +3,6 @@ set -e SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)" -echo "Starting E2E tests..." +echo "Starting E2E tests (kicks off a build; this may take a few minutes..." cd "$SCRIPT_DIR/tests/e2e" npx playwright test "$@"