Increase timeout sending/receiving protocol messages.

pull/472/head
Philipp Hoenisch 3 years ago
parent 3b96aa4a1f
commit 1db7586632
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666

@ -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…
Cancel
Save