We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423a438 commit 8eb6706Copy full SHA for 8eb6706
fi/cosky/sdk/tests/SdkTests.java
@@ -864,7 +864,7 @@ public void T29TestRequestingTasksAndVehiclesWhileOptimizing() {
864
problem = api.navigate(RoutingProblemData.class, response.getLocation());
865
866
while (problem.getProgress() < 10 ) {
867
- Thread.sleep(100);
+ Thread.sleep(1500);
868
problem = api.navigate(RoutingProblemData.class, problem.getLink("self"));
869
}
870
@@ -879,6 +879,7 @@ public void T29TestRequestingTasksAndVehiclesWhileOptimizing() {
879
assertNotNull(tas.getItems());
880
881
882
+
883
@Test
884
public void T30TestGettingKPIsThroughtTheAPI() {
885
API api = TestHelper.authenticate();
0 commit comments