<@UDB0VFBPV> did you figure out why ```if (!interr...
# kotlin-fuel
i
@Derk-Jan Karrenbeld did you figure out why
Copy code
if (!interruptSemaphore.tryAcquire(5, TimeUnit.SECONDS)) {
sometimes failure?
d
Yeah I don't know if it's because the test node is being slow at some points, or if it's an ACTUAL bug
i
I think it is best to Ignore that test class until we have a solution to fix it.
"Parameters: permits - the initial number of permits available. This value may be negative, in which case releases must occur before any acquires will be granted." Hmm
d
So perhaps we should use -1