diff --git a/functional-tests/fn_bridge_deposit_seq_unreliable.py b/functional-tests/fn_bridge_deposit_seq_unreliable.py index 4569c4033..0875914cf 100644 --- a/functional-tests/fn_bridge_deposit_seq_unreliable.py +++ b/functional-tests/fn_bridge_deposit_seq_unreliable.py @@ -53,7 +53,7 @@ def main(self, ctx: flexitest.RunContext): balance_after_deposits = wait_until_with_value( lambda: int(self.rethrpc.eth_getBalance(el_address), 16), predicate=lambda v: v == 2 * cfg.deposit_amount * SATS_TO_WEI, - timeout=15, + timeout=30, ) self.debug(f"Strata Balance after deposits: {balance_after_deposits}")