diff options
author | Jake Potrebic <[email protected]> | 2023-02-15 13:27:40 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-15 13:27:40 -0800 |
commit | afe633df085f1c78802170bca6d03a6873fc0344 (patch) | |
tree | 367330b21a1978676e13790c00d7e2c3f4010a08 /build.gradle.kts | |
parent | f2f9e8cc4dde8b2e754d193d553b99fa824515b1 (diff) | |
download | Paper-afe633df085f1c78802170bca6d03a6873fc0344.tar.gz Paper-afe633df085f1c78802170bca6d03a6873fc0344.zip |
convert API/server tests to mockito (#8848)
* convert API tests to mockito
* convert server tests to mockito
* add co-author
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index faed50c617..22dca7fb3f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,6 +38,8 @@ subprojects { exceptionFormat = TestExceptionFormat.FULL events(TestLogEvent.STANDARD_OUT) } + minHeapSize = "2g" + maxHeapSize = "2g" } repositories { |