Skip to content

Commit

Permalink
chore: increase wait for node e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Nov 27, 2024
1 parent 20c282c commit cc84c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/runner/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func Start(testnet *e2e.Testnet) error {
if err := execCompose(testnet.Dir, "up", "-d", node.Name); err != nil {
return err
}
status, err := waitForNode(node, node.StartAt, 3*time.Minute)
status, err := waitForNode(node, node.StartAt, 5*time.Minute)
if err != nil {
return err
}
Expand Down

0 comments on commit cc84c56

Please sign in to comment.