mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
Unit tests: Bump max heap size to 3072m.
This commit is contained in:
parent
0e8cee7b88
commit
8ccd1619f4
@ -211,7 +211,7 @@ android {
|
|||||||
// instead. :)
|
// instead. :)
|
||||||
maxParallelForks = 2
|
maxParallelForks = 2
|
||||||
forkEvery = 80
|
forkEvery = 80
|
||||||
maxHeapSize = "2048m"
|
maxHeapSize = "3072m"
|
||||||
minHeapSize = "1024m"
|
minHeapSize = "1024m"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user