This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c7cff04c60edff81dbe58a43f52ab9707a0cb284
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Feb 15 11:09:12 2024 +0100

    chore(e2e): strenghten test
---
 e2e/advanced/build_order_strategy_test.go | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/e2e/advanced/build_order_strategy_test.go 
b/e2e/advanced/build_order_strategy_test.go
index 4a6308f88..448c54fa8 100644
--- a/e2e/advanced/build_order_strategy_test.go
+++ b/e2e/advanced/build_order_strategy_test.go
@@ -38,7 +38,9 @@ func TestRunBuildOrderStrategyMatchingDependencies(t 
*testing.T) {
        WithNewTestNamespace(t, func(ns string) {
                operatorID := "camel-k-build-order-deps"
                Expect(CopyCamelCatalog(ns, operatorID)).To(Succeed())
-               Expect(KamelInstallWithID(operatorID, ns, 
"--build-order-strategy", 
string(v1.BuildOrderStrategyDependencies)).Execute()).To(Succeed())
+               Expect(KamelInstallWithID(operatorID, ns,
+                       "--max-running-pipelines", "4",
+                       "--build-order-strategy", 
string(v1.BuildOrderStrategyDependencies)).Execute()).To(Succeed())
                Eventually(PlatformPhase(ns), 
TestTimeoutMedium).Should(Equal(v1.IntegrationPlatformPhaseReady))
 
                Expect(CreateTimerKamelet(ns, "timer-source")()).To(Succeed())

Reply via email to