From 8add1542f90749ccde2bdc714b72f1a5c3d6c043 Mon Sep 17 00:00:00 2001 From: Lincoln Bryant Date: Mon, 20 May 2024 13:59:06 -0500 Subject: [PATCH] change to 5min to match the other one --- image-config/60-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-config/60-user.sh b/image-config/60-user.sh index 8534252..a66621d 100755 --- a/image-config/60-user.sh +++ b/image-config/60-user.sh @@ -14,7 +14,7 @@ pushd $CONNECT_DIR echo "token=$API_TOKEN" > $CONNECT_DIR/token export API_TOKEN_FILE=$CONNECT_DIR/token # Random sleep to prevent thundering herd. -sleep $((RANDOM%120)) +sleep $((RANDOM%300)) $CONNECT_DIR/sync_users.sh -u root.atlas-af -g root.atlas-af -e https://api.ci-connect.net:18080 popd