Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e-tests/scenario-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if ! [[ $BLOCKCHAIN_INFO == *"height = 5"* ]]; then
fi

# Wait until the ingestion of stable blocks is complete.
wait_until_stable_height 3 60
wait_until_stable_height 3 120

# Fetch the balance of an address we do not expect to have funds.
BALANCE=$(dfx canister call bitcoin bitcoin_get_balance '(record {
Expand Down
Loading