Skip to content

Commit 5604aff

Browse files
committed
slower for CI
1 parent 60f1b11 commit 5604aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/page.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ pub const Page = struct {
353353
std.debug.assert(http_client.intercepted == 0);
354354

355355
const ms = ms_to_next_task orelse blk: {
356-
const min_wait = if (comptime builtin.is_test) 5 else 100;
356+
const min_wait = if (comptime builtin.is_test) 50 else 100;
357357
if (wait_ms - ms_remaining < min_wait) {
358358
// Look, we want to exit ASAP, but we don't want
359359
// to exit so fast that we've run none of the

0 commit comments

Comments
 (0)