more surefire mem needed
This commit is contained in:
parent
8eb2f35423
commit
db1d6e79d9
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -588,7 +588,7 @@
|
|||
<version>2.16</version>
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<argLine>-Xms512m -Xmx512m -XX:MaxPermSize=256m</argLine>
|
||||
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=512m</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
|
@ -157,7 +157,7 @@ public class AccountTest {
|
|||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void ideTesting() throws Exception {
|
||||
Thread.sleep(100000000);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue