diff --git a/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/bind/PortletRequestUtilsTests.java b/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/bind/PortletRequestUtilsTests.java index 82afc0536ae..e82de4420e6 100644 --- a/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/bind/PortletRequestUtilsTests.java +++ b/spring-webmvc-portlet/src/test/java/org/springframework/web/portlet/bind/PortletRequestUtilsTests.java @@ -395,7 +395,7 @@ public class PortletRequestUtilsTests extends TestCase { PortletRequestUtils.getFloatParameter(request, "nonExistingParam", 0f); } sw.stop(); - assertThat(sw.getTotalTimeMillis(), lessThan(250L)); + assertThat(sw.getTotalTimeMillis(), lessThan(350L)); } public void testGetDoubleParameterWithDefaultValueHandlingIsFastEnough() {