From 930669ba17c1e411306d49f4dc3a93de2322a59f Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 2 Jan 2024 10:22:54 -0500 Subject: [PATCH] comment --- scripts/prepare-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-shell.sh b/scripts/prepare-shell.sh index 6a5e4440aa..19aa31a220 100644 --- a/scripts/prepare-shell.sh +++ b/scripts/prepare-shell.sh @@ -8,7 +8,7 @@ export NVM_DIR cat < expansion.yml PREPARE_SHELL: | - export CYPRESS_VERIFY_TIMEOUT=60000 # wait for 60 seconds + export CYPRESS_VERIFY_TIMEOUT=60000 # used by 'cypress run' and 'cypress verify' commands PROJECT_DIRECTORY="$PROJECT_DIRECTORY" NVM_DIR="$NVM_DIR"