mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Tweak PermGen for tests
This commit is contained in:
parent
d89cf6db29
commit
ae368829f4
@ -61,6 +61,15 @@ class XsdDocumentedTests extends Specification {
|
||||
}
|
||||
}
|
||||
|
||||
def cleanupSpec() {
|
||||
appendix = null
|
||||
appendixRoot = null
|
||||
schema31xDocument = null
|
||||
schemaDocument = null
|
||||
elementNameToElement = null
|
||||
schemaRootElement = null
|
||||
}
|
||||
|
||||
def 'SEC-2139: named-security-filter are all defined and ordered properly'() {
|
||||
setup:
|
||||
def expectedFilters = (EnumSet.allOf(SecurityFilters) as List).sort { it.order }
|
||||
|
@ -113,7 +113,7 @@ dependencies {
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
test {
|
||||
jvmArgs = ['-ea', '-Xmx500m']
|
||||
jvmArgs = ['-ea', '-Xmx500m', '-XX:MaxPermSize=128M']
|
||||
maxParallelForks = guessMaxForks()
|
||||
logging.captureStandardOutput(LogLevel.INFO)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user