-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filters/diag: speedup TestAbsorbSilent (#2559)
Instead of waiting for each match to timeout wait for a single unexpected match. Before: ``` $ go test ./filters/diag/ -count=1 ok github.com/zalando/skipper/filters/diag 22.729s ``` After: ``` ok github.com/zalando/skipper/filters/diag 7.836s ``` Signed-off-by: Alexander Yastrebov <[email protected]>
- Loading branch information
1 parent
ff6afc5
commit 79d98b1
Showing
1 changed file
with
22 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters