java/com.sap.sailing.selenium.test/src/com/sap/sailing/selenium/test/raceboard/SimulatorOverlayTest.java
... ...
@@ -119,7 +119,7 @@ public class SimulatorOverlayTest extends AbstractSeleniumTest {
119 119
gpxInputStream.close();
120 120
final String routeconverterWindFileName = tmpFile.getAbsolutePath();
121 121
windPanel.importWindFromRouteconverter(routeconverterWindFileName, /* waiting up to 10 min */ 15 * 60);
122
- Thread.sleep(10000); // wait for 10s to allow all wind fixes to get processed by the PolarDataService
122
+ Thread.sleep(30000); // wait for 30s to allow all wind fixes to get processed by the PolarDataService
123 123
} finally {
124 124
tmpFile.delete();
125 125
}