Skip to content

Commit

Permalink
deacrease the cancel time
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Mar 25, 2024
1 parent 4a58391 commit 89d5fd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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(15 * time.Second)
time.Sleep(6 * time.Second)
stepCancel()
return nil
}),
Expand All @@ -70,6 +70,8 @@ func TestGexExplorer(t *testing.T) {
if !isRetrieved {
t.FailNow()
}

require.Equal(output.String(), "aborted\n")
}

func assertLocalPlugins(t *testing.T, app envtest.App, expectedPlugins []pluginsconfig.Plugin) {
Expand Down

0 comments on commit 89d5fd9

Please sign in to comment.