spebbe / dartz

Functional programming in Dart
MIT License
749 stars 60 forks source link

Fix flaky tests by increasing async durations #118

Closed bjornm closed 1 year ago

bjornm commented 1 year ago

This PR fixes a few flaky tests by increasing the test timeout. While the tests usually pass, on loaded machines they can take longer to complete, causing occasional failures.

bjornm commented 1 year ago

Thank you!