mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Set RUST_MIN_STACK in JSON-RPC tests
This commit is contained in:
@@ -30,7 +30,8 @@ export async function startServer(port: number = RPC_SERVER_PORT): Promise<RpcSe
|
|||||||
cwd: tmpDir,
|
cwd: tmpDir,
|
||||||
env: {
|
env: {
|
||||||
RUST_LOG: process.env.RUST_LOG || "info",
|
RUST_LOG: process.env.RUST_LOG || "info",
|
||||||
DC_PORT: '' + port
|
DC_PORT: '' + port,
|
||||||
|
RUST_MIN_STACK: "8388608"
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
let shouldClose = false;
|
let shouldClose = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user