mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 23:01:30 +00:00
try higher sleep val
This commit is contained in:
@@ -329,7 +329,7 @@ func TestReactorTerminationScenarios(t *testing.T) {
|
||||
reactor.processor.send(rProcessBlock{})
|
||||
}
|
||||
// give time for messages to propagate between routines
|
||||
time.Sleep(time.Millisecond)
|
||||
time.Sleep(3 * time.Millisecond)
|
||||
}
|
||||
|
||||
// time for processor to finish and reactor to switch to consensus
|
||||
|
||||
Reference in New Issue
Block a user