From 1a6ba4a5629d9a31c056e0a1a050958396a684a5 Mon Sep 17 00:00:00 2001 From: SuchodolskiEdvin Date: Tue, 26 May 2026 09:30:24 +0000 Subject: [PATCH] fix: Resolve presubmit failure introduced by PR #2101 - extend onSchemaChange e2e test timeout --- cli/index_run_e2e_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.