Skip to content

Commit

Permalink
func-test: increase timeout for deposit confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
voidash committed Jan 6, 2025
1 parent dae85f0 commit 2ab86bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional-tests/fn_bridge_deposit_seq_unreliable.py
Original file line number Diff line number Diff line change
@@ -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}")

0 comments on commit 2ab86bf

Please sign in to comment.