Skip to content

Commit

Permalink
Merge pull request #5075 from IntersectMBO/bolt12/increase-short-timeout
Browse files Browse the repository at this point in the history
Increased short timeout for Churn timeouts
  • Loading branch information
bolt12 authored Feb 11, 2025
2 parents 29a7a57 + 6f44b7c commit 4075f20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tests =
(testWithIOSimPOR prop_no_non_trustable_peers_before_caught_up_state 10000)
, testGroup "Churn"
[ nightlyTest $ testProperty "no timeouts"
(testWithIOSimPOR prop_churn_notimeouts 10000)
(testWithIOSimPOR prop_churn_notimeouts 10000 absNoAttenuation)
, nightlyTest $ testProperty "steps"
(testWithIOSimPOR prop_churn_steps 10000)
]
Expand Down Expand Up @@ -231,7 +231,7 @@ tests =
]
, testGroup "Churn"
[ testProperty "no timeouts"
(testWithIOSim prop_churn_notimeouts 125000)
(testWithIOSim prop_churn_notimeouts 125000 absNoAttenuation)
, testProperty "steps"
(testWithIOSim prop_churn_steps 5000)
]
Expand Down

0 comments on commit 4075f20

Please sign in to comment.