fix: reduce integration test timeout to 5 minutes

Tests complete in ~7s. The 10-minute timeout was causing unnecessary
wait time on failures. Reduced Job activeDeadlineSeconds and kubectl
wait timeout to 300s.
This commit is contained in:
Celes Renata
2026-04-21 01:52:11 +00:00
parent 490d7a25a8
commit c166aafc40
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ metadata:
tier: testing
app.kubernetes.io/part-of: stonks-oracle
spec:
activeDeadlineSeconds: 600
activeDeadlineSeconds: 300
backoffLimit: 0
template:
metadata: