Browse Source

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

pull/6682/head
Callum Waters 3 years ago
committed by GitHub
parent
commit
c256edc622
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rpc/client/evidence_test.go

+ 1
- 1
rpc/client/evidence_test.go 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()


Loading…
Cancel
Save