Remove another 10s sleep related to JWTAuthenticator initialization

This commit is contained in:
Ryan Richard 2021-04-22 16:59:42 -07:00
parent 6a350aa4e1
commit 9b818dbf10
1 changed files with 1 additions and 2 deletions

View File

@ -194,8 +194,7 @@ spec:
EOF
echo "Waiting for JWTAuthenticator to initialize..."
# Our integration tests wait 10 seconds, so use that same value here.
sleep 10
sleep 5
# Compile the CLI.
go build ./cmd/pinniped