Skip to content

Commit

Permalink
fix(clamav): reduce timeout
Browse files Browse the repository at this point in the history
40 minutes timeout is too long for copying files using emptydir which is
just local filesystem.

Maybe even 10min, is too long, but better.

Signed-off-by: Martin Basti <[email protected]>
  • Loading branch information
MartinBasti committed Nov 13, 2024
1 parent 5c1f74b commit f50e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/clamav-scan/0.1/clamav-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
exit 0
fi
timeout=2400 # 40 minutes
timeout=600 # 10 minutes
interval=20 # interval between checks in seconds
elapsed=0
Expand Down

0 comments on commit f50e3ff

Please sign in to comment.