From 629690932b7dc5f98546a7f1d45de436efa93c0e Mon Sep 17 00:00:00 2001 From: Dmitriy Kopylenko Date: Wed, 30 May 2018 09:47:06 -0400 Subject: [PATCH] Failing test on purpose to check the HTML reports --- .../scheduled/EntityDescriptorFilesScheduledTasksTests.groovy | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/scheduled/EntityDescriptorFilesScheduledTasksTests.groovy b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/scheduled/EntityDescriptorFilesScheduledTasksTests.groovy index a3b8fdf7c..438fe63c9 100644 --- a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/scheduled/EntityDescriptorFilesScheduledTasksTests.groovy +++ b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/scheduled/EntityDescriptorFilesScheduledTasksTests.groovy @@ -60,7 +60,7 @@ class EntityDescriptorFilesScheduledTasksTests extends Specification { xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" - entityID="http://test.example.org/test1"> + entityID="http://test.example.org/test1-FAILED"> name display name diff --git a/gradle.properties b/gradle.properties index aea466047..a78a75682 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ hibernate.version=5.2.11.Final lucene.version=7.2.1 -org.gradle.jvmargs=-Xmx2g XX:-UseGCOverheadLimit +org.gradle.jvmargs=-Xmx4g XX:-UseGCOverheadLimit