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
Currently, many of the tests under test_pantsd_integration.py wait for a while before asserting that a daemon has started, or otherwise guesstimate how much a daemon will take to start.
I would like to create a test that asserts, possibly for different target root sets, how long a daemon is allowed to take to start. This would be useful to ensure we don't regress in startup time, mysteriously breaking other tests.
The text was updated successfully, but these errors were encountered:
Currently, many of the tests under
test_pantsd_integration.py
wait for a while before asserting that a daemon has started, or otherwise guesstimate how much a daemon will take to start.I would like to create a test that asserts, possibly for different target root sets, how long a daemon is allowed to take to start. This would be useful to ensure we don't regress in startup time, mysteriously breaking other tests.
The text was updated successfully, but these errors were encountered: