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
Refactor test to increase performance
Travis frequently times out on this test, because we create a lot of
random input data and filter it twice. Modifying the random data and
only filtering once instead reduces cpu time dramatically.