Skip to content

Commit

Permalink
small fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanHeledPort committed Oct 29, 2024
1 parent b486af0 commit d244aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "Waiting for entity to be ready"
counter=0
max_retries=1 # 10 minutes / 5 seconds
max_retries=120 # 10 minutes / 5 seconds
while [ $counter -lt $max_retries ]; do
response=$(curl -s 'https://api.getport.io/v1/blueprints/lock_run/entities/merge' \
-H "Authorization: $token")
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sleep for 5 minutes
run: sleep 300
run: sleep 5
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "Waiting for entity to be ready"
counter=0
max_retries=1 # 10 minutes / 5 seconds
max_retries=120 # 10 minutes / 5 seconds
while [ $counter -lt $max_retries ]; do
response=$(curl -s 'https://api.getport.io/v1/blueprints/lock_run/entities/pr' \
-H "Authorization: $token")
Expand Down

0 comments on commit d244aeb

Please sign in to comment.