mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
Reduce file lock test sleep time
This commit is contained in:
parent
d4161e1667
commit
5951211d3f
@ -1684,7 +1684,7 @@ test "" {
|
||||
_ = @import("fs/watch.zig");
|
||||
}
|
||||
|
||||
const FILE_LOCK_TEST_SLEEP_TIME = 1 * std.time.ns_per_s;
|
||||
const FILE_LOCK_TEST_SLEEP_TIME = 5 * std.time.millisecond;
|
||||
|
||||
test "open file with exclusive nonblocking lock twice" {
|
||||
const dir = cwd();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user