Skip to content

Commit

Permalink
Increase timeout in e2e job
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelJouin committed Mar 12, 2024
1 parent 489cb55 commit 384aeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e-kind-cluster-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ start_registry_container
setup_cluster
push_local_image
kubectl apply -f manifests/dynamic-networks-controller.yaml
kubectl wait -nkube-system --for=condition=ready --timeout=180s -l app=dynamic-networks-controller pods
kubectl wait -nkube-system --for=condition=ready --timeout=240s -l app=dynamic-networks-controller pods

0 comments on commit 384aeeb

Please sign in to comment.