mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-26 06:51:34 +00:00
restore fail timeout
This commit is contained in:
@@ -245,7 +245,7 @@ And it tests big send/recv buffers being handled properly.
|
||||
@(test)
|
||||
poll :: proc(t: ^testing.T) {
|
||||
if event_loop_guard(t) {
|
||||
// testing.set_fail_timeout(t, time.Minute)
|
||||
testing.set_fail_timeout(t, time.Minute)
|
||||
|
||||
can_recv: bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user