Index: trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java
===================================================================
--- trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java	(revision 2021)
+++ trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java	(revision 2027)
@@ -401,4 +401,5 @@
         int numberOfTestCases = Integer.parseInt(properties.getProperty("testcases.number"));
         int testCaseMinLength = Integer.parseInt(properties.getProperty("testcases.minlenth", "1"));
+        long maxIterValidSequence = Long.parseLong(properties.getProperty("testcases.maxIterValid", "100"));
         int testCaseMaxLength =
             Integer.parseInt(properties.getProperty("testcases.maxlength", "100"));
@@ -406,5 +407,5 @@
         RandomWalkGenerator testGenerator =
             new RandomWalkGenerator(numberOfTestCases, testCaseMinLength, testCaseMaxLength, true,
-                                    maxIter);
+                                    maxIter, maxIterValidSequence);
         return SOAPUtils.dropInvalidResponseRequestPairs(testGenerator.generateTestSuite(usageProfile));
     }
