Skip to content

Commit

Permalink
Change timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Feb 2, 2025
1 parent 5e55998 commit 70df2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-pack-extract/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
init.sh &

# loop until we can extract the node information
TIMEOUT=${TIMEOUT:-3600}
TIMEOUT=${TIMEOUT:-600}
OUTPUTFILE=${1:-"/tmp/output.json"}
echo -n >"$OUTPUTFILE"
until cat "$OUTPUTFILE" | grep ''; do
Expand Down

0 comments on commit 70df2d4

Please sign in to comment.