Skip to content

Commit

Permalink
tests are failing when running all together. separately they execute …
Browse files Browse the repository at this point in the history
…well.
  • Loading branch information
sasurobert committed Apr 30, 2024
1 parent ccfbeee commit c00c31f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integrationTests/multiShard/relayedTx/relayedTxV2_test.go
Expand Up @@ -82,8 +82,9 @@ func TestRelayedTransactionV2InMultiShardEnvironmentWithSmartContractTX(t *testi

time.Sleep(integrationTests.StepDelay)
}
time.Sleep(time.Second)

roundToPropagateMultiShard := int64(20)
roundToPropagateMultiShard := int64(25)
for i := int64(0); i <= roundToPropagateMultiShard; i++ {
round, nonce = integrationTests.ProposeAndSyncOneBlock(t, nodes, idxProposers, round, nonce)
integrationTests.AddSelfNotarizedHeaderByMetachain(nodes)
Expand Down
3 changes: 2 additions & 1 deletion integrationTests/multiShard/relayedTx/relayedTx_test.go
Expand Up @@ -143,8 +143,9 @@ func TestRelayedTransactionInMultiShardEnvironmentWithSmartContractTX(t *testing

time.Sleep(integrationTests.StepDelay)
}
time.Sleep(time.Second)

roundToPropagateMultiShard := int64(20)
roundToPropagateMultiShard := int64(25)
for i := int64(0); i <= roundToPropagateMultiShard; i++ {
round, nonce = integrationTests.ProposeAndSyncOneBlock(t, nodes, idxProposers, round, nonce)
integrationTests.AddSelfNotarizedHeaderByMetachain(nodes)
Expand Down

0 comments on commit c00c31f

Please sign in to comment.