We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7e8ec commit d0f7fdbCopy full SHA for d0f7fdb
consensus/common_test.go
@@ -52,7 +52,7 @@ type cleanupFunc func()
52
var (
53
config *cfg.Config // NOTE: must be reset for each _test.go file
54
consensusReplayConfig *cfg.Config
55
- ensureTimeout = time.Millisecond * 200
+ ensureTimeout = time.Millisecond * 300
56
)
57
58
func ensureDir(dir string, mode os.FileMode) {
0 commit comments