Skip to content

Commit

Permalink
fix: bump wait time to avoid flaky test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner authored Apr 13, 2022
1 parent dd7e91f commit f9400a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-charmed-katib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
sg microk8s -c 'juju bootstrap microk8s uk8s'
juju add-model kubeflow
juju bundle deploy --build --destructive-mode --serial
juju wait -wvt 300
juju wait -wvt 600
- name: Test Katib
run: kubectl apply -f examples/v1beta1/hp-tuning/random.yaml
Expand Down

0 comments on commit f9400a1

Please sign in to comment.