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 16, 2024
1 parent 1caf422 commit a4921eb
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 a4921eb

Please sign in to comment.