Skip to content

Commit

Permalink
chore(preview-env/create): Increase retry interval to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnero committed Sep 21, 2023
1 parent c732d82 commit 560f1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview-env/create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
fi
echo "Retry $i ..."
((i++))
sleep 1
sleep 5
done
echo "::endgroup::"
env:
Expand Down

0 comments on commit 560f1df

Please sign in to comment.