Skip to content

Commit

Permalink
increase ibc delay even more
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Jul 4, 2023
1 parent 1877b32 commit 83f05d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/e2e/setup/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ import (
"strings"
"time"

"github.com/gogo/protobuf/proto"
"github.com/ory/dockertest/v3/docker"

"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/codec/unknownproto"
sdk "github.com/cosmos/cosmos-sdk/types"
sdktx "github.com/cosmos/cosmos-sdk/types/tx"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
"github.com/gogo/protobuf/proto"
"github.com/ory/dockertest/v3/docker"

oracletypes "github.com/umee-network/umee/v5/x/oracle/types"
"github.com/umee-network/umee/v5/x/uibc"
Expand Down Expand Up @@ -79,8 +80,8 @@ func (s *E2ETestSuite) SendIBC(srcChainID, dstChainID, recipient string, token s
"failed to send IBC tokens; stdout: %s, stderr: %s", outBuf.String(), errBuf.String(),
)
s.T().Log("successfully sent IBC tokens")
s.T().Log("Waiting for 4 seconds to make sure trasaction is processed or include in the block")
time.Sleep(time.Second * 4)
s.T().Log("Waiting for 6 seconds to make sure trasaction is processed or include in the block")
time.Sleep(time.Second * 6)
}

// QueryREST make http query to grpc-web endpoint and tries to decode valPtr using proto-JSON
Expand Down

0 comments on commit 83f05d3

Please sign in to comment.