This is an automated email from the ASF dual-hosted git repository. xiaozhenliu pushed a commit to branch xiaozhen-fix-ci-dataprocessingspec in repository https://gitbox.apache.org/repos/asf/texera.git
commit 6b4fb263a4646dc6d898a049e64fddc1d999a4a1 Author: Xiao-zhen-Liu <[email protected]> AuthorDate: Mon Sep 29 16:47:20 2025 -0700 wip: increase timeout for dataProcessingSpec --- .../test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala b/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala index 3d6616af8e..d7860f0f65 100644 --- a/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala +++ b/core/amber/src/test/scala/edu/uci/ics/amber/engine/e2e/DataProcessingSpec.scala @@ -121,7 +121,7 @@ class DataProcessingSpec } }) Await.result(client.controllerInterface.startWorkflow(EmptyRequest(), ())) - Await.result(completion, Duration.fromMinutes(1)) + Await.result(completion, Duration.fromMinutes(5)) results }
