Skip to content

Commit 44651ed

Browse files
committed
Upadte timeout for PdfFormCopyTest#largeFilePerformanceTest()
1 parent 3abca53 commit 44651ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void copyFieldsTest03() throws IOException, InterruptedException {
131131
Assert.assertNull(new CompareTool().compareByContent(filename, sourceFolder + "cmp_copyFields03.pdf", destinationFolder, "diff_"));
132132
}
133133

134-
@Test(timeout = 60000)
134+
@Test(timeout = 100000)
135135
public void largeFilePerformanceTest() throws IOException, InterruptedException {
136136
String srcFilename1 = sourceFolder + "frontpage.pdf";
137137
String srcFilename2 = sourceFolder + "largeFile.pdf";

0 commit comments

Comments
 (0)