Skip to content

Commit

Permalink
increase timeout for seq unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
voidash committed Jan 7, 2025
1 parent 91e61df commit 632dae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional-tests/tests/fn_bridge_deposit_seq_unreliable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=30,
timeout=60,
)
self.debug(f"Strata Balance after deposits: {balance_after_deposits}")

Expand Down

0 comments on commit 632dae0

Please sign in to comment.