Increase Rust minimum stack size in CI

This commit is contained in:
Lucas Soriano del Pino 2020-10-21 15:52:51 +11:00
parent 5250e16b64
commit e5ddec76f7
2 changed files with 7 additions and 0 deletions

View file

@ -76,4 +76,6 @@ jobs:
- name: Cargo test
run: cargo test --workspace --all-features
env:
# To avoid stack overflows
RUST_MIN_STACK: 100000000
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000