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:
Andreas Beeker 2021-01-10 13:28:48 +00:00
parent 834a7628d2
commit 5b807e29dd
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}