Skip to content

Commit

Permalink
bump stopping delay to avoid flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Sep 28, 2023
1 parent ceeeb86 commit e279ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/simulation/simulation_full_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func TestFullNetworkMonteCarloSimulation(t *testing.T) {
L1EfficiencyThreshold: 0.2,
Wallets: wallets,
StartPort: integration.StartPortSimulationFullNetwork,
ReceiptTimeout: 65 * time.Second,
StoppingDelay: 10 * time.Second,
ReceiptTimeout: 20 * time.Second,
StoppingDelay: 15 * time.Second,
NodeWithInboundP2PDisabled: 2,
}
simParams.AvgNetworkLatency = simParams.AvgBlockDuration / 15
Expand Down

0 comments on commit e279ce8

Please sign in to comment.