Skip to content

Commit

Permalink
SHIBUI-1440
Browse files Browse the repository at this point in the history
Bumped memory to 8gb =O
Added a small test timing fix.
  • Loading branch information
Bill Smith committed Oct 17, 2019
1 parent 1e54bc8 commit ed7f3be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions backend/src/integration/resources/SHIBUI-1335-4.side
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

subprojects {
tasks.withType(Test) {
maxHeapSize = "6g"
maxHeapSize = "8g"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit ed7f3be

Please sign in to comment.