fix tests

This commit is contained in:
Karl Seguin
2025-09-03 20:23:59 +08:00
parent b6137b03cd
commit 78285d7b1e
3 changed files with 13 additions and 5 deletions

View File

@@ -424,7 +424,7 @@ pub const JsRunner = struct {
}
return err;
};
self.page.session.wait(1000);
_ = self.page.session.wait(100);
@import("root").js_runner_duration += std.time.Instant.since(try std.time.Instant.now(), start);
if (case.@"1") |expected| {