Skip to content

Commit

Permalink
fix rabbit mq user
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Dec 9, 2024
1 parent 18e3f87 commit 1ca7d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
USERINFO_ENDPOINT_URL: http://localhost:8000/userinfo
CRYPT4GH_PRIVATE_KEY_PATH: test/crypt4gh/crypt4gh.sec.pem
CRYPT4GH_PRIVATE_KEY_PASSWORD_PATH: test/crypt4gh/crypt4gh.pass
BROKER_USERNAME: admin
BROKER_USERNAME: guest

steps:

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
until lsof -i -P -n | grep ":8080";
do
RETRY_TIMES=$((RETRY_TIMES+1));
if [ $RETRY_TIMES -eq 30 ]; then exit 1; fi
if [ $RETRY_TIMES -eq 3 ]; then exit 1; fi
sleep 10;
done
Expand Down

0 comments on commit 1ca7d38

Please sign in to comment.