Skip to content

Commit

Permalink
Merge pull request #3 from ca-scribner/patch-2
Browse files Browse the repository at this point in the history
fix: bump wait time to avoid flaky test failure
  • Loading branch information
jardon committed Apr 13, 2022
2 parents dd7e91f + f9400a1 commit f27be59
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 f27be59

Please sign in to comment.