mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 03:56:22 -04:00
Reduce stack size to prevent CI resource issues
This commit is contained in:
parent
e4eed7b1a5
commit
b4ac69fa9c
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ use testcontainers::clients::Cli;
|
|||
use uuid::Uuid;
|
||||
use xmr_btc::{bitcoin, config::Config, cross_curve_dleq};
|
||||
|
||||
/// Run the following tests with RUST_MIN_STACK=100000000000
|
||||
/// Run the following tests with RUST_MIN_STACK=10000000
|
||||
|
||||
#[tokio::test]
|
||||
async fn happy_path() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue