| ... | @@ -450,7 +450,7 @@ test "ResetEvent" { | ... | @@ -450,7 +450,7 @@ test "ResetEvent" { |
| 450 | fn timedWaiter(self: *Self) !void { | 450 | fn timedWaiter(self: *Self) !void { |
| 451 | self.in.wait(); | 451 | self.in.wait(); |
| 452 | testing.expectError(error.TimedOut, self.out.timedWait(time.ns_per_us)); | 452 | testing.expectError(error.TimedOut, self.out.timedWait(time.ns_per_us)); |
| 453 | try self.out.timedWait(time.ns_per_ms * 10); | 453 | try self.out.timedWait(time.ns_per_ms * 100); |
| 454 | testing.expect(self.value == 5); | 454 | testing.expect(self.value == 5); |
| 455 | } | 455 | } |
| 456 | }; | 456 | }; |