mirror of https://github.com/apache/poi.git
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:
parent
85084ee058
commit
48d516ae6d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue