elongated e2e test timeout to 90s (#85)

This commit is contained in:
Edwin Sirko
2024-02-06 11:10:25 -05:00
committed by GitHub
parent 9525e839de
commit c8ca97ca0c
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
run: |
START_TIME="$SECONDS"
TIMESTAMP="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
while (( SECONDS - START_TIME < 60 )); do
while (( SECONDS - START_TIME < 90 )); do
echo "Polling for workflow created after $TIMESTAMP"
RESULT=$(curl -s -L -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT }}" \