From a4921eb0a02f5338dd59034abba8fa88b2c2658a Mon Sep 17 00:00:00 2001 From: Anastasios Papagiannis Date: Mon, 16 Sep 2024 09:37:25 +0000 Subject: [PATCH] Reduce the delay in GRPC gotests The previous patch makes EventCache configurable. This allows to reduce some delays in the tests. Signed-off-by: Anastasios Papagiannis --- pkg/grpc/exec/exec_test_helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/grpc/exec/exec_test_helper.go b/pkg/grpc/exec/exec_test_helper.go index ca903e6d21e..74cbcd8fd59 100644 --- a/pkg/grpc/exec/exec_test_helper.go +++ b/pkg/grpc/exec/exec_test_helper.go @@ -27,7 +27,7 @@ import ( ) const ( - CacheTimerMs = 100 + CacheTimerMs = 1 ) var (