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
I'm wondering if it's possible to rate limit watchr? It seems to me that if I make multiple changes my tests are going to be run multiple times so if I'm editing constantly (my IDE autosaves like many do now) I'm likely to have them constantly running (good for continuous testing, bad for local performance!). Ideally I'd like them to run a maximum of every 5 minutes or so, especially as our integration tests increase our tests take a while!
The text was updated successfully, but these errors were encountered:
I'm wondering if it's possible to rate limit watchr? It seems to me that if I make multiple changes my tests are going to be run multiple times so if I'm editing constantly (my IDE autosaves like many do now) I'm likely to have them constantly running (good for continuous testing, bad for local performance!). Ideally I'd like them to run a maximum of every 5 minutes or so, especially as our integration tests increase our tests take a while!
The text was updated successfully, but these errors were encountered: