From bc0dc0a612765f5b35b1914f9247bdb595502842 Mon Sep 17 00:00:00 2001 From: Pantani Date: Mon, 25 Mar 2024 15:51:53 +0100 Subject: [PATCH] add the cancel time to 10 seconds --- explorer/integration/app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/integration/app_test.go b/explorer/integration/app_test.go index bd8cbbea..8bfea81a 100644 --- a/explorer/integration/app_test.go +++ b/explorer/integration/app_test.go @@ -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 }),