Skip to content
Commits on Source (2)
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
// Følgende linje opdateres automatisk af build-script, og variablen {versionNumber} kan benyttes over alt: // Følgende linje opdateres automatisk af build-script, og variablen {versionNumber} kan benyttes over alt:
:versionNumber: 3.1.0 :versionNumber: 3.1.0
:versionNumberTagged: 3.1.0.44b984bc :versionNumberTagged: 3.1.0.1bdedc6e
package dk.gov.oiosi; package dk.gov.oiosi;
/** /**
* Constants for testing. * Constants for testing. _
*/ */
public class TestConstants { public class TestConstants {
......
...@@ -106,7 +106,7 @@ public class SchematronValidationTest extends AbstractTestCase { ...@@ -106,7 +106,7 @@ public class SchematronValidationTest extends AbstractTestCase {
assertTrue("Duration for 1. schematron validation is faster than expected: " + duration, duration > 700); assertTrue("Duration for 1. schematron validation is faster than expected: " + duration, duration > 700);
} else { } else {
// Other rounds: // Other rounds:
assertTrue("Duration for 2-9. schematron validation is slower than expected: " + duration, duration < 100); assertTrue("Duration for 2-9. schematron validation is slower than expected: " + duration, duration < 250);
} }
} }
} }
......