Skip to content

Commit

Permalink
increase timeout of the create pipeline Run from Kubeflow Notebook to…
Browse files Browse the repository at this point in the history
… 2400s

Signed-off-by: hansinikarunarathne <hansini.20@cse.mrt.ac.lk>
  • Loading branch information
hansinikarunarathne committed Aug 9, 2024
1 parent a6712f7 commit 4f8b6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline_run_from_notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
kubectl apply -f tests/gh-actions/kf-objects/notebook.test.kubeflow-user-example.com.yaml
kubectl wait --for=jsonpath='{.status.readyReplicas}'=1 \
-f tests/gh-actions/kf-objects/notebook.test.kubeflow-user-example.com.yaml \
--timeout 1200s
--timeout 2400s
- name: Wait for the kubeflow-m2m-oidc-configurator Job
run: |
Expand Down

0 comments on commit 4f8b6b3

Please sign in to comment.