| author | |
| committer | |
| log | 940a8544486d24e69162b9ed1dcf1495ba0c4bd3 |
| tree | 2c0f373b58a14b80bb20d52b11c6042dd9c5a59d |
| parent | fb001f5e903ddf3774a673af0923841a57197a17 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/os/time.zig+1-1| ... | ... | @@ -266,7 +266,7 @@ test "os.time.timestamp" { |
| 266 | 266 | |
| 267 | 267 | test "os.time.Timer" { |
| 268 | 268 | const ns_per_ms = (ns_per_s / ms_per_s); |
| 269 | const margin = ns_per_ms * 50; | |
| 269 | const margin = ns_per_ms * 150; | |
| 270 | 270 | |
| 271 | 271 | var timer = try Timer.start(); |
| 272 | 272 | sleep(0, 10 * ns_per_ms); |