Skip to content

Commit

Permalink
larger timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jun 13, 2024
1 parent 0e0c6cd commit 1fe4063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ build-osmosis-docker:
###############################################################################

test:
@go test -mod=readonly -race ./...
@go test -mod=readonly -timeout 3m -race ./...

interchaintest:
cd interchaintest && go test -race -v -run TestRelayerInProcess .
Expand Down
2 changes: 1 addition & 1 deletion relayer/chains/cosmos/fee_market_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
MinGasAmount: 1,
MaxGasAmount: 0,
Debug: false,
Timeout: "30s",
Timeout: "3m",
BlockTimeout: "30s",
OutputFormat: "json",
SignModeStr: "direct",
Expand Down

0 comments on commit 1fe4063

Please sign in to comment.