Seems like a race condition to me where `Thread.sl...
# arrow-contributors
s
Seems like a race condition to me where
Thread.sleep(240)
finishes before
Thread.sleep(200)
.