This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 492f85805623dbf231d836ed663c642f33e93eb7 Author: Thiago H. de Paula Figueiredo <[email protected]> AuthorDate: Thu Jun 2 19:01:29 2022 -0300 Increasing timeout in ContentTypeTest.constructor_timeout() --- .../src/test/java/org/apache/tapestry5/root/ContentTypeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/root/ContentTypeTest.java b/tapestry-core/src/test/java/org/apache/tapestry5/root/ContentTypeTest.java index 6082aa49d..d6e278dc9 100644 --- a/tapestry-core/src/test/java/org/apache/tapestry5/root/ContentTypeTest.java +++ b/tapestry-core/src/test/java/org/apache/tapestry5/root/ContentTypeTest.java @@ -155,7 +155,7 @@ public class ContentTypeTest extends TestBase assertEquals(charset.toString(), "text/html;charset=utf-8"); } - @Test(timeOut = 750, expectedExceptions = IllegalArgumentException.class) + @Test(timeOut = 2000, expectedExceptions = IllegalArgumentException.class) public void constructor_timeout() throws Exception { new ContentType("a/a;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/=:;a/= [...]
