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:
@@ -21,7 +21,7 @@ metadata:
|
||||
tier: testing
|
||||
app.kubernetes.io/part-of: stonks-oracle
|
||||
spec:
|
||||
activeDeadlineSeconds: 600
|
||||
activeDeadlineSeconds: 300
|
||||
backoffLimit: 0
|
||||
template:
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user