Skip to content

Commit

Permalink
filter/ratelimit: increase testing delay
Browse files Browse the repository at this point in the history
Signed-off-by: tsaikd <[email protected]>
  • Loading branch information
tsaikd committed Sep 13, 2019
1 parent b699bca commit 71b89d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/ratelimit/filterratelimit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ filter:
_, err = conf.TestGetOutputEvent(100 * time.Millisecond)
require.NoError(err)

require.WithinDuration(start.Add(350*time.Millisecond), time.Now(), 150*time.Millisecond)
require.WithinDuration(start.Add(400*time.Millisecond), time.Now(), 150*time.Millisecond)
}

0 comments on commit 71b89d1

Please sign in to comment.