Skip to content

Commit

Permalink
chore: add retries for unstable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar committed Aug 8, 2023
1 parent 50675e7 commit 4a2bba3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ tests:
sample_name: v2/dynamic-user-pool-groups-owner-based-default-v2
spec: dynamic-user-pool-groups-owner-based-default
browser: *minimal_browser_list
timeout_minutes: 45
retry_count: 10
- test_name: integ_datastore_auth_v2-private-auth-default
desc: 'DataStore Auth CLI v2'
framework: react
Expand Down Expand Up @@ -359,6 +361,8 @@ tests:
sample_name: [related-models]
spec: related-models
browser: *minimal_browser_list
timeout_minutes: 45
retry_count: 10
- test_name: integ_react_datastore_selective_sync
desc: 'DataStore - Selective Sync'
framework: react
Expand Down Expand Up @@ -420,6 +424,8 @@ tests:
sample_name: [next-13-js]
spec: nextjs-13
browser: *minimal_browser_list
timeout_minutes: 45
retry_count: 10
- test_name: integ_vite_datastore_basic_crud
desc: 'Vite + DataStore - Basic CRUD'
framework: vite
Expand Down

0 comments on commit 4a2bba3

Please sign in to comment.