Skip to content

Commit

Permalink
add the cancel time to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Mar 25, 2024
1 parent 89d5fd9 commit bc0dc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/integration/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestGexExplorer(t *testing.T) {
}),
step.Exec(envtest.IgniteApp, "e", "gex", "--rpc-address", servers.RPC),
step.InExec(func() error {
time.Sleep(6 * time.Second)
time.Sleep(10 * time.Second)
stepCancel()
return nil
}),
Expand Down

0 comments on commit bc0dc0a

Please sign in to comment.