From 917aabcc03e643d2674846ce197c00c47a9c088f Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Wed, 21 Oct 2020 16:04:41 +1100 Subject: [PATCH] Increase Rust minimum stack size a lot more --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c92878bc..e3a8d6fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,5 +76,5 @@ jobs: - name: Cargo test run: cargo test --workspace --all-features env: - RUST_MIN_STACK: 10000000 + RUST_MIN_STACK: 100000000 MONERO_ADDITIONAL_SLEEP_PERIOD: 60000