Skip to content

Commit a2e2ad5

Browse files
committed
pfm wait more blocks
1 parent 75ebaee commit a2e2ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interchaintest/module_pfm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestPacketForwardMiddleware(t *testing.T) {
4848
rep = testreporter.NewNopReporter()
4949
eRep = rep.RelayerExecReporter(t)
5050
chainIdA, chainIdB, chainIdC, chainIdD = "chain-1", "chain-2", "chain-3", "chain-4"
51-
waitBlocks = 3
51+
waitBlocks = 5
5252
)
5353

5454
vals := 1

0 commit comments

Comments
 (0)