Closed hylkevds closed 5 months ago
This is fine, just a suggestion on the constant to transform in a
Duration
which is more explicit express what is it.
Good idea!
I did change a few int parameters to long, to avoid casting.
It's a pity that CountDownLatch.await()
doesn't accept a Duration, that would have been even cleaner :)
Builds are sometimes failing on the GH build systems due to a timeout. This PR increases those timeouts from 200ms to 300 ms and puts the actual value of the timeouts in a constant for easier access.