Skip to content

Commit

Permalink
change to 5min to match the other one
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Bryant committed May 20, 2024
1 parent 2ffba84 commit 8add154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-config/60-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8add154

Please sign in to comment.