From 419c0d4e75b009ba99e3f50e346d3c46f70a7acd Mon Sep 17 00:00:00 2001 From: atheesh Date: Thu, 22 Feb 2024 14:45:40 +0530 Subject: [PATCH] add timer --- tests/integration/cli/exec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/cli/exec.go b/tests/integration/cli/exec.go index 6da59e07f..f0b8654a2 100644 --- a/tests/integration/cli/exec.go +++ b/tests/integration/cli/exec.go @@ -2,6 +2,7 @@ package cli import ( "os/exec" + "time" "cosmossdk.io/errors" )