mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Include non-JSON response from Monero node in error
This commit is contained in:
@@ -103,7 +103,7 @@ pub async fn batch(
|
||||
participants.insert(known_signer_i);
|
||||
participants
|
||||
}
|
||||
_ => panic!("coordinator didn't send back SubstratePreprocesses"),
|
||||
other => panic!("coordinator didn't send back SubstratePreprocesses: {:?}", other),
|
||||
};
|
||||
|
||||
for i in participants.clone() {
|
||||
|
||||
@@ -552,7 +552,7 @@ async fn mint_and_burn_test() {
|
||||
{
|
||||
let rpc = handles[0].bitcoin(&ops).await;
|
||||
|
||||
// Check for up to 5 minutes
|
||||
// Check for up to 15 minutes
|
||||
let mut found = false;
|
||||
let mut i = 0;
|
||||
while i < (15 * 6) {
|
||||
@@ -582,7 +582,7 @@ async fn mint_and_burn_test() {
|
||||
}
|
||||
}
|
||||
if !found {
|
||||
panic!("couldn't find the expected Bitcoin transaction within 5 minutes");
|
||||
panic!("couldn't find the expected Bitcoin transaction within 15 minutes");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user