Skip to content

Commit

Permalink
changed timeout back to 30 seconds to match original
Browse files Browse the repository at this point in the history
Signed-off-by: stevelr <[email protected]>
  • Loading branch information
stevelr committed Dec 5, 2024
1 parent 977d0eb commit d3fb893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/security/kanidm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ let
count=0
while [[ ! "$(health_check)" =~ 'true' ]]; do
if [ $((count++)) -ge 15 ]; then
if [ $((count++)) -ge 30 ]; then
echo "Giving up after at least $count seconds ..."
exit 1
fi
Expand Down

0 comments on commit d3fb893

Please sign in to comment.