increased test timeout to allow for more expensive MongoDB setup activity, such as index creation

This commit is contained in:
Axel Uhl
2021-07-29 00:45:33 +09:00
parent 832d1ca004
commit 295882671c
@@ -39,7 +39,7 @@ import com.sap.sse.util.ThreadLocalTransporter;
public class TestDeadlockInRegattaListener {
@Rule
public Timeout globalTimeout = Timeout.millis(5000); // fail after 1s
public Timeout globalTimeout = Timeout.millis(100000); // fail after 1s
@Test
public void testDeadlockInRegattaListener() throws InterruptedException, BrokenBarrierException, MalformedURLException, IOException {