We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f1b11 commit 5604affCopy full SHA for 5604aff
src/browser/page.zig
@@ -353,7 +353,7 @@ pub const Page = struct {
353
std.debug.assert(http_client.intercepted == 0);
354
355
const ms = ms_to_next_task orelse blk: {
356
- const min_wait = if (comptime builtin.is_test) 5 else 100;
+ const min_wait = if (comptime builtin.is_test) 50 else 100;
357
if (wait_ms - ms_remaining < min_wait) {
358
// Look, we want to exit ASAP, but we don't want
359
// to exit so fast that we've run none of the
0 commit comments