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 17, 2024
1 parent b3a5ec8 commit c3579bc
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 c3579bc

Please sign in to comment.