Skip to content

Commit

Permalink
network-mux: prop_timeout_io increase positiveSchedulingTolerance
Browse files Browse the repository at this point in the history
It's failing to frequently.
  • Loading branch information
coot committed Sep 4, 2020
1 parent da45aa9 commit bd3b148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-mux/test/Test/Mux/Timeout.hs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ schedulingToleranceIO :: SchedulingTolerance
schedulingToleranceIO =
SchedulingTolerance {
negativeSchedulingTolerance = 0.001,
positiveSchedulingTolerance = 0.1,
positiveSchedulingTolerance = 0.3,
maxFailures = 5
}

Expand Down

0 comments on commit bd3b148

Please sign in to comment.