fix(e2e): modify playwright retry times (#898)

This commit is contained in:
ajaxzheng 2023-11-22 05:04:09 -08:00 committed by GitHub
parent efe14609ce
commit f6a01396a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,4 +81,4 @@ jobs:
run: pnpm install:browser --with-deps chromium
- name: E2E Test
run: pnpm test:e2e3 ${{ env.TEST_COMPONENTS }} --reporter=line --retries=0 --workers=2
run: pnpm test:e2e3 ${{ env.TEST_COMPONENTS }} --reporter=line --retries=1 --workers=2