This commit is contained in:
Adrià Arrufat
2026-03-23 13:52:28 +09:00
parent c9bc370d6a
commit 4f1b499d0f
2 changed files with 4 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ pub fn waitForSelector(selector: [:0]const u8, timeout_ms: u32, session: *Sessio
// guanrateed to be <= 20ms // guanrateed to be <= 20ms
std.Thread.sleep(std.time.ns_per_ms * recommended_sleep_ms); std.Thread.sleep(std.time.ns_per_ms * recommended_sleep_ms);
} }
} },
} }
} }
} }