From 44b40d032e58dc7c5acf50c64d3c396fcb6e812d Mon Sep 17 00:00:00 2001 From: vimystic <122659254+vimystic@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:08:31 -0600 Subject: [PATCH] Add verbosity and timeout for scenarios tests --- .github/workflows/interchaintest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/interchaintest.yml b/.github/workflows/interchaintest.yml index bf5ad7bba..58aac8a51 100644 --- a/.github/workflows/interchaintest.yml +++ b/.github/workflows/interchaintest.yml @@ -176,4 +176,5 @@ jobs: - name: interchaintest run: | cd interchaintest - go test -run ${{ matrix.test }} + go test -timeout 30m -race -v -run ${{ matrix.test }} +