From ed7f3bed29768ef3a490d9b7c8c78f46b4d8afb0 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Thu, 17 Oct 2019 16:28:39 -0700 Subject: [PATCH] SHIBUI-1440 Bumped memory to 8gb =O Added a small test timing fix. --- backend/src/integration/resources/SHIBUI-1335-4.side | 6 +++--- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/integration/resources/SHIBUI-1335-4.side b/backend/src/integration/resources/SHIBUI-1335-4.side index 263dec4a3..bb7a0d9be 100644 --- a/backend/src/integration/resources/SHIBUI-1335-4.side +++ b/backend/src/integration/resources/SHIBUI-1335-4.side @@ -606,10 +606,10 @@ }, { "id": "ae27b108-a2f4-4d4b-b375-b582ccc0ef56", "comment": "", - "command": "waitForElementVisible", - "target": "css=.d-block > primitive-property:nth-child(2) .text-truncate", + "command": "pause", + "target": "5000", "targets": [], - "value": "10000" + "value": "" }, { "id": "8c52471a-70f5-43aa-b670-6f8d22e18668", "comment": "", diff --git a/build.gradle b/build.gradle index 3dd07dc7b..f2b2f6375 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { subprojects { tasks.withType(Test) { - maxHeapSize = "6g" + maxHeapSize = "8g" } } diff --git a/gradle.properties b/gradle.properties index 94bdabe90..89278c126 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ hibernate.version=5.2.11.Final lucene.version=7.2.1 -org.gradle.jvmargs=-Xmx6g +org.gradle.jvmargs=-Xmx8g # set token in personal global i2.github.token=