File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ouroboros-network/sim-tests-lib/Test/Ouroboros/Network Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments