Skip to content

Commit

Permalink
test: TestStreaming_Run more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 21, 2022
1 parent 970f936 commit 0ef1653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streaming/streaming_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestStreaming_Run(t *testing.T) { //nolint:paralleltest
good := make(chan bool, 1)
exit := make(chan bool, 1)

time.Sleep(time.Second)
time.Sleep(3 * time.Second)

err := stream.UpdateRules([]streaming.Rule{{Tag: "test", Value: "привет"}})
if !assert.NoError(t, err) {
Expand Down

0 comments on commit 0ef1653

Please sign in to comment.