mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 13:45:42 +00:00
increased test timeout to allow for more expensive MongoDB setup activity, such as index creation
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user