Skip to content

Commit

Permalink
Merge pull request #1438 from cyberark/fix-conjur-test
Browse files Browse the repository at this point in the history
Extend wait time in Conjur CI test
  • Loading branch information
jtuttle authored Nov 9, 2021
2 parents 4978e4b + 043f3b3 commit a1c8b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/connector/http/conjur/start
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

docker-compose build
docker-compose up -d conjur
docker-compose exec -T conjur conjurctl wait -r 120
docker-compose exec -T conjur conjurctl wait -r 240

admin_api_key=$(docker-compose exec -T conjur conjurctl role retrieve-key dev:user:admin | tr -d '\r')
export CONJUR_AUTHN_API_KEY=$admin_api_key
Expand Down

0 comments on commit a1c8b28

Please sign in to comment.