fix evidence rpc test by extending wait time (#6678)

This commit is contained in:
Callum Waters
2021-07-08 14:43:41 +02:00
committed by GitHub
parent 9d9360774f
commit c256edc622
+1 -1
View File
@@ -120,7 +120,7 @@ func TestBroadcastEvidence_DuplicateVoteEvidence(t *testing.T) {
// previous versions of this test used a shared fixture with
// other tests, and in this version we give it a little time
// for the node to make progress before running the test
time.Sleep(10 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
chainID := config.ChainID()