diff --git a/hypertrace-service/src/main/resources/configs/hypertrace-graphql-service/default-cluster/application.conf b/hypertrace-service/src/main/resources/configs/hypertrace-graphql-service/default-cluster/application.conf index 637e651..543cf13 100644 --- a/hypertrace-service/src/main/resources/configs/hypertrace-graphql-service/default-cluster/application.conf +++ b/hypertrace-service/src/main/resources/configs/hypertrace-graphql-service/default-cluster/application.conf @@ -5,6 +5,8 @@ attribute.service = { host = ${?ATTRIBUTE_SERVICE_HOST_CONFIG} port = 9001 port = ${?ATTRIBUTE_SERVICE_PORT_CONFIG} + timeout = 10s + timeout = ${?ATTRIBUTE_SERVICE_TIMEOUT} } gateway.service = { @@ -20,7 +22,8 @@ entity.service = { host = localhost host = ${?ENTITY_SERVICE_HOST_CONFIG} port = 9001 - port = ${?ENTITY_SERVICE_PORT_CONFIG} + timeout = 10s + timeout = ${?ENTITY_SERVICE_TIMEOUT} } config.service = { @@ -28,4 +31,6 @@ config.service = { host = ${?CONFIG_SERVICE_HOST_CONFIG} port = 9001 port = ${?CONFIG_SERVICE_PORT_CONFIG} + timeout = 10s + timeout = ${?CONFIG_SERVICE_TIMEOUT} } \ No newline at end of file