Skip to content

Commit 55e02f0

Browse files
committed
fix wpt runner
1 parent fe6ccad commit 55e02f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_wpt.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ fn run(arena: Allocator, test_file: []const u8, loader: *FileLoader, err_out: *?
157157
var try_catch: Env.TryCatch = undefined;
158158
try_catch.init(runner.page.main_context);
159159
defer try_catch.deinit();
160-
try runner.page.loop.run();
160+
try runner.page.loop.run(std.time.ns_per_ms * 200);
161161

162162
if (try_catch.hasCaught()) {
163163
err_out.* = (try try_catch.err(arena)) orelse "unknwon error";

0 commit comments

Comments
 (0)