From 4a2bba3edfe7efa78e374d4e91fe5cc9ebe7e59b Mon Sep 17 00:00:00 2001 From: Sridhar Date: Mon, 7 Aug 2023 18:55:34 -0700 Subject: [PATCH] chore: add retries for unstable tests --- .github/integ-config/integ-all.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 5db63f63b27..18966d8ff6f 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -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 @@ -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 @@ -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