From 1b4e14fbc549e532fe5e2fc614ab66502e849c93 Mon Sep 17 00:00:00 2001 From: kalsprite Date: Fri, 21 Aug 2026 20:43:33 -0700 Subject: [PATCH] restore fail timeout --- tests/core/nbio/net.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/nbio/net.odin b/tests/core/nbio/net.odin index 77e44f73b..f0b8226c6 100644 --- a/tests/core/nbio/net.odin +++ b/tests/core/nbio/net.odin @@ -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