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
Allow users to remove the unconditional sleep 1 by introducing
a new environment variable BTEST_BG_RUN_SLEEP that specifies the
amount of seconds to sleep. If tests are written robustly, setting
this to 0 can speed up execution of btest-bg-run heavy test suites.
Keep the 1 second delay by default as existing test suites
may unknowingly rely on it.
0 commit comments