Skip to content

Commit

Permalink
Merge pull request #1229 from shirady/admission-test-increase-timeout
Browse files Browse the repository at this point in the history
CI | Increase Timeout In run_admission_test
  • Loading branch information
shirady authored Oct 24, 2023
2 parents ce1cdaa + fe79a56 commit 323d959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_admission_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
cd ./noobaa-operator
./.travis/number_of_pods_in_system.sh --namespace test --pods 5
kubectl wait --for=condition=available backingstore/noobaa-default-backing-store --timeout=5m -n test
kubectl wait --for=condition=available backingstore/noobaa-default-backing-store --timeout=10m -n test
- name: Run Admission test
run: |
Expand Down

0 comments on commit 323d959

Please sign in to comment.