Skip to content
Snippets Groups Projects
Commit a05828e0 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Increased timeout in test to avoid random failures.

parent 74f35e30
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ public class NtripClientTest { ...@@ -161,7 +161,7 @@ public class NtripClientTest {
client.addObserver(1042, "RTCM3EPH01", new LoggingObserver()); client.addObserver(1042, "RTCM3EPH01", new LoggingObserver());
client.startStreaming("RTCM3EPH01", Type.RTCM, false, false); client.startStreaming("RTCM3EPH01", Type.RTCM, false, false);
try { try {
Thread.sleep(400); Thread.sleep(1000);
} catch (InterruptedException ie) { } catch (InterruptedException ie) {
// ignored // ignored
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment