fix: restoring this testing code

This commit is contained in:
Kevin Nadro
2025-02-11 08:38:57 -06:00
parent 33287d540d
commit 8a62869d1d

View File

@ -21,7 +21,7 @@ if [[ ! -f "test-results/.last-run.json" ]]; then
fi
retry=1
max_retrys=1
max_retrys=5
# retry failed tests, doing our own retries because using inbuilt playwright retries causes connection issues
while [[ $retry -le $max_retrys ]]; do