You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably in cases where the test suite is of the form [[Test]] (instead of [Test]), this would mean that the timeout applies to each of the inner [Test] lists as a whole, not to each of the "basic" tests therein individually. If one wanted more fine-grained behavior at that point, probably pattern-matching on the Test argument of runTestText would be needed (to unpack TestList cases from this data type: https://hackage.haskell.org/package/HUnit-1.6.2.0/docs/Test-HUnit-Base.html#t:Test).
Probably somewhere around here (either in this function or at its call site):
haskell-template-task/raw/embedded/src/TestHarness.hs
Lines 66 to 76 in 0d393c8
The text was updated successfully, but these errors were encountered: