Skip to content

Commit

Permalink
increase operation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa1303 committed Jan 17, 2025

Verified

This commit was signed with the committer’s verified signature.
masci Massimiliano Pippi
1 parent 6ee9945 commit 2531918
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pipelines/perf-eval/CRI Benchmark/cri-resource-consume.yml
Original file line number Diff line number Diff line change
@@ -30,17 +30,17 @@ stages:
node_count: 10
max_pods: 30
repeats: 1
operation_timeout: 3m
operation_timeout: 10m
n10-p700:
node_count: 10
max_pods: 70
repeats: 1
operation_timeout: 7m
operation_timeout: 15m
n10-p1100:
node_count: 10
max_pods: 110
repeats: 1
operation_timeout: 11m
operation_timeout: 20m
max_parallel: 3
timeout_in_minutes: 120
credential_type: service_connection
@@ -62,17 +62,17 @@ stages:
node_count: 10
max_pods: 30
repeats: 1
operation_timeout: 3m
operation_timeout: 10m
n10-p700:
node_count: 10
max_pods: 70
repeats: 1
operation_timeout: 7m
operation_timeout: 15m
n10-p1100:
node_count: 10
max_pods: 110
repeats: 1
operation_timeout: 11m
operation_timeout: 20m
max_parallel: 3
timeout_in_minutes: 120
credential_type: service_connection

0 comments on commit 2531918

Please sign in to comment.