Skip to content

Commit 60eba1e

Browse files
committed
increase wait time
1 parent 918ff8f commit 60eba1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mm2src/coins/z_coin.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ impl ZCoin {
380380
t_outputs: Vec<TxOut>,
381381
z_outputs: Vec<ZOutput>,
382382
) -> Result<(ZTransaction, AdditionalTxData, SaplingSyncGuard<'_>), MmError<GenTxError>> {
383-
const MAX_RETRIES: usize = 30;
384-
const RETRY_DELAY: f64 = 10.0;
383+
const MAX_RETRIES: usize = 40;
384+
const RETRY_DELAY: f64 = 15.0;
385385
let mut retries = 0;
386386

387387
loop {

0 commit comments

Comments
 (0)