dart-lang / stream_transform

Dart utility methods to create StreamTransfomer instances to manipulate Streams

Home Page:https://pub.dev/packages/stream_transform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flaky tests on Travis

natebosch opened this issue · comments

The debounce and audit tests are flaky on Travis because we rely on a 10ms delay firing after a 5ms delay.

It's possible that #24 would make this more reliable. If not we could also consider bumping the tests to 15ms wait.

Filing for tracking but won't spend time on this until after we try sync controllers.