From 9b818dbf10b8f52fe0175613e8be020d0fb24085 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 22 Apr 2021 16:59:42 -0700 Subject: [PATCH] Remove another 10s sleep related to JWTAuthenticator initialization --- hack/prepare-supervisor-on-kind.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hack/prepare-supervisor-on-kind.sh b/hack/prepare-supervisor-on-kind.sh index fea97995..baf9c541 100755 --- a/hack/prepare-supervisor-on-kind.sh +++ b/hack/prepare-supervisor-on-kind.sh @@ -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