From 1c66cd0ab8a0077a47c5693689a31d20cd9a3265 Mon Sep 17 00:00:00 2001 From: Gabriel Cruz Date: Wed, 1 Jul 2026 17:25:20 -0300 Subject: [PATCH] fix: ci failing --- tests/unit/test_ffi_context.nim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/unit/test_ffi_context.nim b/tests/unit/test_ffi_context.nim index c2463fd..2af7bee 100644 --- a/tests/unit/test_ffi_context.nim +++ b/tests/unit/test_ffi_context.nim @@ -228,6 +228,12 @@ suite "destroyFFIContext refc workaround": check false return + # This case stresses the refc destroy workaround, not the request timeout: + # the 50k-allocation handler can outrun the finite default deadline on a slow + # sanitizer/ARM runner, tripping a spurious timeout err. Opt out so the check + # below observes the handler's real result. + ctx.defaultRequestTimeout = InfiniteDuration + var d: CallbackData initCallbackData(d) defer: