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 a02e870b05143aab8b9c5f62d89d605ca24d4f8f Author: Thiago H. de Paula Figueiredo <[email protected]> AuthorDate: Tue Jun 7 00:17:13 2022 -0300 Increasing timeout in ContentTypeTest.constructor_timeout() (x2) --- .../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 d6e278dc9..0cd2393c3 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 = 2000, expectedExceptions = IllegalArgumentException.class) + @Test(timeOut = 5000, 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/= [...]
