mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
Fix MacOS CI Timer test failing...?
This commit is contained in:
parent
fb001f5e90
commit
940a854448
@ -266,7 +266,7 @@ test "os.time.timestamp" {
|
||||
|
||||
test "os.time.Timer" {
|
||||
const ns_per_ms = (ns_per_s / ms_per_s);
|
||||
const margin = ns_per_ms * 50;
|
||||
const margin = ns_per_ms * 150;
|
||||
|
||||
var timer = try Timer.start();
|
||||
sleep(0, 10 * ns_per_ms);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user