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 tests to extend endTestScope timeout (#4560)
* Allow tests to extend endTestScope timeout
Added a per-test endTestScope timeout function so heavy cases can extend
the time without slowing down the rest of the suite, and used it to give
the 64K timestamp-query stress test run extra headroom, avoiding flakes
while leaving the default 5000ms limit untouched elsewhere.
* Wrap the test body with pushErrorScope and popErrorScope
* review nits
---------
Co-authored-by: Kai Ninomiya <kainino@chromium.org>
0 commit comments