Skip to content

Commit

Permalink
Increase the timeout for the restic command
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Beck <simon.beck@vshn.ch>
  • Loading branch information
Kidswiss committed Mar 7, 2024
1 parent 8ae0017 commit e2eda7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/lib/k8up.bash
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ restic() {
--env "AWS_ACCESS_KEY_ID=minioadmin" \
--env "AWS_SECRET_ACCESS_KEY=minioadmin" \
--env "RESTIC_PASSWORD=myreposecret" \
--pod-running-timeout 10s \
--pod-running-timeout 60s \
--quiet \
--command -- \
restic \
Expand Down

0 comments on commit e2eda7f

Please sign in to comment.