Skip to content

Commit

Permalink
Bump InfluxDB PostCommit timeout (#30561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Mar 7, 2024
1 parent 9849fcc commit d75210e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
id: install_influxdb
run: |
kubectl apply -f ${{ github.workspace }}/.test-infra/kubernetes/influxdb/influxdb.yml
kubectl wait svc/influxdb-load-balancer-service --for=jsonpath='{.status.loadBalancer.ingress[0].ip}'
kubectl wait --timeout 2m svc/influxdb-load-balancer-service --for=jsonpath='{.status.loadBalancer.ingress[0].ip}'
loadbalancer_IP=$(kubectl get svc influxdb-load-balancer-service -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo influxdb_IP=$loadbalancer_IP >> $GITHUB_OUTPUT
- name: Run Java InfluxDbIO_IT
Expand Down

0 comments on commit d75210e

Please sign in to comment.