Skip to content

Commit

Permalink
back the test sleep to 15 scondes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Mar 25, 2024
1 parent bc0dc0a commit 21e3afd
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(10 * time.Second)
time.Sleep(15 * time.Second)
stepCancel()
return nil
}),
Expand Down

0 comments on commit 21e3afd

Please sign in to comment.