Skip to content

Commit

Permalink
TestStateLockPOLSafety1 times out on CI: increase threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed May 24, 2021
1 parent 5a91089 commit fe55882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type cleanupFunc func()
var (
config *cfg.Config // NOTE: must be reset for each _test.go file
consensusReplayConfig *cfg.Config
ensureTimeout = 1000 * time.Millisecond
ensureTimeout = 2 * time.Second

ipfsTestAPI iface.CoreAPI
ipfsCloser io.Closer
Expand Down

0 comments on commit fe55882

Please sign in to comment.