diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a287557288c473b783e7e62d8f5d15e729341339..f76594fd8327ecc38c8f6a7761058ca9c7ba483b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -5,6 +5,8 @@ spring:
 server.port: 3333
 
 eureka:
+  instance:
+    leaseRenewalIntervalInSeconds: 5
   client:
     serviceUrl:
       defaultZone: http://localhost:8761/eureka/ # URL of the eureka server for registration
\ No newline at end of file