Skip to content

Commit 4075f20

Browse files
authored
Merge pull request #5075 from IntersectMBO/bolt12/increase-short-timeout
Increased short timeout for Churn timeouts
2 parents 29a7a57 + 6f44b7c commit 4075f20

File tree

1 file changed

+2
-2
lines changed
  • ouroboros-network/sim-tests-lib/Test/Ouroboros/Network

1 file changed

+2
-2
lines changed

ouroboros-network/sim-tests-lib/Test/Ouroboros/Network/Testnet.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ tests =
157157
(testWithIOSimPOR prop_no_non_trustable_peers_before_caught_up_state 10000)
158158
, testGroup "Churn"
159159
[ nightlyTest $ testProperty "no timeouts"
160-
(testWithIOSimPOR prop_churn_notimeouts 10000)
160+
(testWithIOSimPOR prop_churn_notimeouts 10000 absNoAttenuation)
161161
, nightlyTest $ testProperty "steps"
162162
(testWithIOSimPOR prop_churn_steps 10000)
163163
]
@@ -231,7 +231,7 @@ tests =
231231
]
232232
, testGroup "Churn"
233233
[ testProperty "no timeouts"
234-
(testWithIOSim prop_churn_notimeouts 125000)
234+
(testWithIOSim prop_churn_notimeouts 125000 absNoAttenuation)
235235
, testProperty "steps"
236236
(testWithIOSim prop_churn_steps 5000)
237237
]

0 commit comments

Comments
 (0)