mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-24 15:25:28 -04:00
Increase timeout sending/receiving protocol messages.
This commit is contained in:
parent
3b96aa4a1f
commit
1db7586632
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ impl Behaviour {
|
|||
Ok(state2)
|
||||
};
|
||||
|
||||
async move { tokio::time::timeout(Duration::from_secs(10), protocol).await? }
|
||||
async move { tokio::time::timeout(Duration::from_secs(60), protocol).await? }
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue