Skip to content

Commit

Permalink
fix: revert reduce refresh rate in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
metacertain committed Jun 11, 2021
1 parent 94b1dd6 commit 0aa4d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/accounting/accounting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
testPrice = uint64(10)
testRefreshRate = int64(600)
testRefreshRate = int64(1000)
)

var (
Expand Down

0 comments on commit 0aa4d23

Please sign in to comment.