Skip to content

Commit

Permalink
Reduce the delay in GRPC gotests
Browse files Browse the repository at this point in the history
The previous patch makes EventCache configurable. This allows to reduce
some delays in the tests.

Signed-off-by: Anastasios Papagiannis <[email protected]>
  • Loading branch information
tpapagian committed Sep 18, 2024
1 parent 62957f1 commit aab03fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/grpc/exec/exec_test_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
CacheTimerMs = 100
CacheTimerMs = 1
)

var (
Expand Down

0 comments on commit aab03fe

Please sign in to comment.