Skip to content

Commit

Permalink
chore(ci): grant 'nightwatch' tests a bit more time
Browse files Browse the repository at this point in the history
For some projects one minute seems to be too short sometimes.
  • Loading branch information
witsch committed Apr 12, 2024
1 parent cadc045 commit 7e0f97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightwatch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
TAG=${{ env.tag }}
kubectl config set-context --current --namespace=${{ env.project }}
kubectl run nightwatch-test-$TAG --image=${{ env.image }}:$TAG --restart=Never ${{ inputs.args }}
kubectl wait --for=condition=Ready --timeout=60s pods/nightwatch-test-$TAG
kubectl wait --for=condition=Ready --timeout=120s pods/nightwatch-test-$TAG
kubectl logs --follow pods/nightwatch-test-$TAG
sleep 10
status=$( kubectl get -o template --template='{{.status.phase}}' pods/nightwatch-test-$TAG )
Expand Down

0 comments on commit 7e0f97f

Please sign in to comment.