tests: common: server: Increase cpu cores to 2
All checks were successful
Test / tests (push) Successful in 3m50s
All checks were successful
Test / tests (push) Successful in 3m50s
This commit is contained in:
parent
72d6ba1ec6
commit
5604ef8b1b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
imports = [./../../mailsystem];
|
imports = [./../../mailsystem];
|
||||||
config = {
|
config = {
|
||||||
virtualisation.memorySize = 1024;
|
virtualisation.memorySize = 1024;
|
||||||
|
virtualisation.cores = lib.mkDefault 2;
|
||||||
mailsystem = {
|
mailsystem = {
|
||||||
enable = true;
|
enable = true;
|
||||||
certificateScheme = "selfsigned";
|
certificateScheme = "selfsigned";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue