Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jan 22, 2024
1 parent 2e4bbe0 commit 94c7584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/gossip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func TestGossipSubscribe(t *testing.T) {
for _, err := range errs {
require.NoError(err, "failed adding subnet-evm tx to remote mempool")
}
time.Sleep(50 * time.Millisecond)
time.Sleep(1 * time.Second)
cancel()
for i, tx := range ethTxs {
gossipable := &GossipEthTx{Tx: tx}
Expand Down

0 comments on commit 94c7584

Please sign in to comment.