Skip to content

Commit

Permalink
increase timeouts, parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhny committed Aug 21, 2024
1 parent 444fd44 commit cd5e4d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ kind: Configuration
metadata:
name: configuration
spec:
parallel: 10
parallel: 40
timeouts:
delete: 60s
assert: 60s
apply: 60s
cleanup: 60s
error: 60s
exec: 60s
delete: 180s
assert: 180s
apply: 180s
cleanup: 180s
error: 180s
exec: 180s

0 comments on commit cd5e4d6

Please sign in to comment.