diff --git a/cli/index_run_e2e_test.ts b/cli/index_run_e2e_test.ts index da19b4af8..8a839f693 100644 --- a/cli/index_run_e2e_test.ts +++ b/cli/index_run_e2e_test.ts @@ -721,7 +721,7 @@ DROP SCHEMA IF EXISTS \`\${dataform.projectConfig.defaultDatabase}.\${dataform.p ); }); - test("generates dynamic SQL for EXTEND when table exists in BigQuery", async () => { + test("generates dynamic SQL for EXTEND when table exists in BigQuery", { timeout: 120000 }, async () => { try { // Run setup operation to create the table in BigQuery. // Dataform will automatically create the uniqueDataset schema.