Skip to content

Commit

Permalink
Add verbosity and timeout for scenarios tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Sep 13, 2023
1 parent 2aa59be commit 44b40d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/interchaintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,5 @@ jobs:
- name: interchaintest
run: |
cd interchaintest
go test -run ${{ matrix.test }}
go test -timeout 30m -race -v -run ${{ matrix.test }}

0 comments on commit 44b40d0

Please sign in to comment.