Skip to content

Commit 459c090

Browse files
committed
Advance one less chain in crosschainTest
Change-Id: Id0000000632e8223eaeb770702a471ebca4ec317
1 parent ee7b01b commit 459c090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/Chainweb/Test/Pact5/RemotePactTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ crosschainTest baseRdb step = runResourceT $ do
272272
? P.equals "SPV target not reachable: target chain not reachable. Chainweb instance is too young"
273273

274274
step "waiting"
275-
replicateM_ (int $ diameter petersonChainGraph + 1) $ advanceAllChains_ fx
275+
replicateM_ (int $ diameter petersonChainGraph) $ advanceAllChains_ fx
276276
TransactionOutputProofB64 spvProof <- spvTxOutProof fx v targetChain srcChain initiatorReqKey
277277
let contMsg = ContMsg
278278
{ _cmPactId = _peDefPactId cont

0 commit comments

Comments
 (0)