fix: ci failing

This commit is contained in:
Gabriel Cruz 2026-07-01 17:25:20 -03:00
parent 444ce79f2b
commit 1c66cd0ab8
No known key found for this signature in database
GPG Key ID: 3C6977037D5A1EF5

View File

@ -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: