mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
fix tests
This commit is contained in:
@@ -168,7 +168,6 @@ pub const Server = struct {
|
||||
ms_remaining = timeout_ms;
|
||||
},
|
||||
.done => {
|
||||
std.debug.print("ok\n", .{});
|
||||
const elapsed = timestamp() - last_message;
|
||||
if (elapsed > ms_remaining) {
|
||||
log.info(.app, "CDP timeout", .{});
|
||||
|
||||
Reference in New Issue
Block a user