mirror of https://github.com/apache/poi.git
IBM JDK is slower than the other JDKs with "test58896WithFile" testcase
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
834a7628d2
commit
5b807e29dd
|
@ -3446,7 +3446,7 @@ public final class TestXSSFBugs extends BaseTestBugzillaIssues {
|
|||
}
|
||||
LOG.log(POILogger.INFO, Duration.between(start, Instant.now()));
|
||||
|
||||
assertTrue(Duration.between(start, Instant.now()).getSeconds() < 10);
|
||||
assertTrue(Duration.between(start, Instant.now()).getSeconds() < 25);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue