chore(tests): increase BigQuery test retries

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8522
GitOrigin-RevId: c412a45ceddd18caed7e5b505cfe4163ec9beb88
This commit is contained in:
Daniel Harvey 2023-03-28 12:18:45 +01:00 committed by hasura-bot
parent 913f254a1f
commit 2fb455b813

View File

@ -251,6 +251,7 @@ setup tables' (testEnvironment, _) = do
service_account: *serviceAccount service_account: *serviceAccount
project_id: *projectId project_id: *projectId
datasets: [*schemaName] datasets: [*schemaName]
retry_limit: 5
|] |]
-- Setup and track tables -- Setup and track tables
for_ tables $ \table -> do for_ tables $ \table -> do