mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-02 10:35:22 -05:00
Increase timeout sending/receiving protocol messages.
This commit is contained in:
parent
3b96aa4a1f
commit
1db7586632
@ -81,7 +81,7 @@ impl Behaviour {
|
|||||||
Ok(state2)
|
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…
x
Reference in New Issue
Block a user