diff --git a/tests/miso-ormolu.sh b/tests/miso-ormolu.sh index 4cbc95c31587bc96c44d604ec1c7e5cb5f189088..369d267ca8391b0891b62ee575edce03672cdc37 100755 --- a/tests/miso-ormolu.sh +++ b/tests/miso-ormolu.sh @@ -18,7 +18,7 @@ curl -f -L --retry 5 https://github.com/haskell-wasm/playwright/archive/refs/hea cd examples/todomvc npm install npx playwright install --with-deps -npx playwright test --workers=$(($CPUS > 8 ? 8 : $CPUS)) +npx playwright test --retries=2 --workers=$(($CPUS > 8 ? 8 : $CPUS)) popd popd popd