scio icon indicating copy to clipboard operation
scio copied to clipboard

TapsTest fails on some machines after 10 sec timeout

Open artmoskvin opened this issue 3 years ago • 0 comments

TapsTest fails with java.util.concurrent.TimeoutException: Future timed out after [10 seconds] when running on my local machine which has more than enough resources (MBP 16" 2019, 2.4 GHz 8-Core Intel Core i9, 16 GB). I verified that .jvmopts are picked up by sbt. If I increase the timeout to 20 sec, the test passes.

The issue doesn't exist on CI machines. So I'm opening this issue to see if anyone else has it.

artmoskvin avatar Nov 17 '20 13:11 artmoskvin