diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a623261ad..3d465772c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: kubectl config use-context ci - run: tilt ci -- --ci --namespace=$DEPLOY_NS --num=2 - timeout-minutes: 60 + timeout-minutes: 20 # Clean up k8s resources - run: kubectl delete --namespace=$DEPLOY_NS service,statefulset,configmap,pod,job --all