Skip to content

Commit

Permalink
PM-1974 - Increase timeout on Seeds sync check
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed Sep 12, 2024
1 parent 2f06b0d commit 1d1c295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mina-sync-monitor.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
max_attempts=24
max_attempts=50
attempt=0
sleep_duration=300
sleep_duration=600
status="Null"

check_sync_status() {
Expand Down

0 comments on commit 1d1c295

Please sign in to comment.