Skip to content

Commit

Permalink
A0-4164: Increase node startup timeout for sync tests (#1652)
Browse files Browse the repository at this point in the history
# Description

Increase the timeout before we attempt to connect to a node in sync from
snapshot tests.

## Type of change

- Bug fix (non-breaking change which fixes an issue)

# Checklist:
  • Loading branch information
timorleph authored Mar 13, 2024
1 parent 7db9d74 commit c21671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/test_testnet_db_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ chmod +x aleph-node
--no-mdns 1>/dev/null 2>/dev/null &

echo "Waiting a moment for the node to start up..."
sleep 1m
sleep 5m

get_current_block
echo "Syncing to ${TARGET_BLOCK} starting at ${CURRENT_BLOCK}."
Expand Down

0 comments on commit c21671d

Please sign in to comment.