Skip to content

Commit

Permalink
Increase timeout for devenv tests (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-westphal authored Apr 10, 2024
1 parent f75d729 commit 6698499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
jq -r ".items[].value.client_id.value" |
egrep -e "^C[.][0-9a-f]{16}\$" && { OK=true; break; }
echo "attempt ${attempt}: devenv not ready"
sleep 5
sleep 10
done
[[ $OK = true ]]
Expand Down

0 comments on commit 6698499

Please sign in to comment.