Skip to content

Commit

Permalink
Remove xmx restriction for test tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Sep 25, 2024
1 parent b58e74c commit 7ce6171
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ subprojects {
outputLocation = file("${outputLocation.get()}/$taskName-$variant")
}
}
//Required for building on Travis' container-based infrastructure to not be killed with
//'exit code 137' - https://github.com/travis-ci/travis-ci/issues/5582
jvmArgs '-Xmx512m'
// As a generous general timeout, instead of the 6h of GHA.
timeout = Duration.ofMinutes(15)
}
Expand Down

0 comments on commit 7ce6171

Please sign in to comment.