relax timeout on performance test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2017-01-04 01:24:19 +00:00
parent 8973c2fe07
commit 28076295e3
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class TestXSSFImportFromXML {
}
}
@Test(timeout=10000)
@Test(timeout=60000)
public void testMultiTable() throws IOException, XPathExpressionException, SAXException{
XSSFWorkbook wb = XSSFTestDataSamples.openSampleWorkbook("CustomXMLMappings-complex-type.xlsx");
try {