Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Aug 7, 2024
1 parent cb6e4d3 commit 91c2a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/p2p/p2p_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestP2pNetwork_MessageValidation(t *testing.T) {
require.NoError(t, vNet.Close())
}()

time.Sleep(3 * time.Second)
time.Sleep(5 * time.Second)

// Prepare a pool of broadcasters.
mu := sync.Mutex{}
Expand Down

0 comments on commit 91c2a9f

Please sign in to comment.