From ab5f6b7456e64ec52771243aafef69d10181c980 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 18 Jun 2026 13:15:55 -0700 Subject: [PATCH] Increase integration test timeout to 12h --- Taskfile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 488e2284cc6..9c897eee591 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -690,7 +690,7 @@ tasks: --rerun-fails \ --jsonfile output.json \ --packages "./acceptance ./integration/..." \ - -- -parallel 4 -timeout=2h + -- -parallel 4 -timeout=12h integration-short: desc: Run short integration tests @@ -704,13 +704,13 @@ tasks: --rerun-fails \ --jsonfile output.json \ --packages "./acceptance ./integration/..." \ - -- -parallel 4 -timeout=2h -short + -- -parallel 4 -timeout=12h -short dbr-integration: desc: Run DBR acceptance tests on Databricks Runtime deps: [install-pythons] cmds: - - "DBR_ENABLED=true go test -v -timeout 4h -run TestDbrAcceptance$ ./acceptance" + - "DBR_ENABLED=true go test -v -timeout 12h -run TestDbrAcceptance$ ./acceptance" dbr-test: desc: Run DBR tests via deco env (requires deco + aws-prod-ucws access)