Skip to content

Commit

Permalink
chore: Added retries to unstable DataStore canaries (#11740)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc authored Aug 7, 2023
1 parent 2790f04 commit 50675e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/canary-config/canary-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,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 @@ -123,6 +125,8 @@ tests:
sample_name: [next-13-js]
spec: nextjs-13
browser: *minimal_browser_list
timeout_minutes: 45
retry_count: 10
- test_name: integ_rollup_datastore_basic_crud
desc: 'Rollup + DataStore - Basic CRUD'
framework: rollup
Expand Down

0 comments on commit 50675e7

Please sign in to comment.