From 04d5fb6314e1b63e6caf6d9bd34a1467a8d86c5e Mon Sep 17 00:00:00 2001 From: Harness_user Date: Fri, 1 Oct 2021 12:39:53 -0500 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 b9a9274..ee61e34 100644 --- a/config/.harness/java_http_client.yaml +++ b/config/.harness/java_http_client.yaml @@ -85,7 +85,7 @@ pipeline: sleep 5 curl localhost:8888 privileged: false - timeout: 30m + timeout: 3m serviceDependencies: - identifier: runhelloworldserver name: Run Hello World Server