try higher sleep val

This commit is contained in:
Anca Zamfir
2020-02-26 10:44:58 +01:00
parent c4f7256766
commit b46d40896b

View File

@@ -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