Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Aug 19, 2024
1 parent 2795a18 commit 1fdce03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Watch Helm deployment
env:
HELM_INSTALL_TIMEOUT: 8m
HELM_INSTALL_TIMEOUT: 10m
run: |
kubectl get pods --watch &
KWPID=$!
Expand Down
2 changes: 2 additions & 0 deletions test/helm/test-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ alfresco-connector-msteams:
image:
repository: localhost/alfresco-ms-teams-service
tag: latest
readinessProbe:
initialDelaySeconds: 120
livenessProbe: null
microsoft:
app:
Expand Down

0 comments on commit 1fdce03

Please sign in to comment.