Increase Rust minimum stack size a lot more

This commit is contained in:
Lucas Soriano del Pino 2020-10-21 16:04:41 +11:00
parent 8b48191e1c
commit 917aabcc03

View file

@ -76,5 +76,5 @@ jobs:
- name: Cargo test - name: Cargo test
run: cargo test --workspace --all-features run: cargo test --workspace --all-features
env: env:
RUST_MIN_STACK: 10000000 RUST_MIN_STACK: 100000000
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000 MONERO_ADDITIONAL_SLEEP_PERIOD: 60000