Skip to content

Commit

Permalink
fix test race
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Dec 1, 2023
1 parent 4917ff3 commit 1be02f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/cosigner_nonce_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,5 @@ func TestNonceCacheDemandSlowDefault(t *testing.T) {

cancel()

require.LessOrEqual(t, nonceCache.cache.Size(), nonceCache.target(nonceCache.movingAverage.average()))
require.LessOrEqual(t, nonceCache.cache.Size(), nonceCache.target(60/7))
}

0 comments on commit 1be02f9

Please sign in to comment.