mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-18 06:30:27 -04:00
Increase Rust minimum stack size a lot more
This commit is contained in:
parent
8b48191e1c
commit
917aabcc03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue