Skip to content

Commit d0f7fdb

Browse files
authored
increase timeout threshold (#267)
* increase timeout threshold * increase timeout even further
1 parent cb7e8ec commit d0f7fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/common_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type cleanupFunc func()
5252
var (
5353
config *cfg.Config // NOTE: must be reset for each _test.go file
5454
consensusReplayConfig *cfg.Config
55-
ensureTimeout = time.Millisecond * 200
55+
ensureTimeout = time.Millisecond * 300
5656
)
5757

5858
func ensureDir(dir string, mode os.FileMode) {

0 commit comments

Comments
 (0)