From 7db28741846d73e5215c25fef3dfef8123886c4b Mon Sep 17 00:00:00 2001 From: Harness_user Date: Wed, 10 Nov 2021 10:15:13 -0600 Subject: [PATCH] Update pipeline Java HTTP Server --- config/.harness/java_http_client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.harness/java_http_client.yaml b/config/.harness/java_http_client.yaml index 185ee91..76f4c70 100644 --- a/config/.harness/java_http_client.yaml +++ b/config/.harness/java_http_client.yaml @@ -83,7 +83,7 @@ pipeline: sleep 5 curl localhost:8888 privileged: false - timeout: 30m + timeout: 50m serviceDependencies: - identifier: runhelloworldserver name: Run Hello World Server