Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2085 from 2opremio/fix-flakey-test
Browse files Browse the repository at this point in the history
Fix flakey test due to mismatching error
  • Loading branch information
2opremio authored May 23, 2019
2 parents e9c3718 + 099b250 commit 4e681a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/cache/repocachemanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ func Test_ClientTimeouts(t *testing.T) {
cf := &registry.RemoteClientFactory{
Logger: log.NewLogfmtLogger(os.Stdout),
Limiters: &middleware.RateLimiters{
RPS: 100,
Burst: 100,
RPS: 1000,
Burst: 1,
Logger: logger,
},
Trace: false,
Expand Down

0 comments on commit 4e681a1

Please sign in to comment.