Skip to content

Commit f65d777

Browse files
authored
Merge pull request #22460 from def-/pr-timeout-pw
ci: Increase timeouts for parallel-workload
2 parents e47e437 + 3cfaac5 commit f65d777

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/nightly/pipeline.template.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ steps:
752752
- id: parallel-workload-dml
753753
label: "Parallel Workload (DML)"
754754
artifact_paths: [junit_*.xml, parallel-workload-queries.log]
755-
timeout_in_minutes: 30
755+
timeout_in_minutes: 40
756756
agents:
757757
queue: builder-linux-x86_64
758758
plugins:
@@ -763,7 +763,7 @@ steps:
763763
- id: parallel-workload-ddl
764764
label: "Parallel Workload (DDL)"
765765
artifact_paths: [junit_*.xml, parallel-workload-queries.log]
766-
timeout_in_minutes: 30
766+
timeout_in_minutes: 40
767767
agents:
768768
queue: builder-linux-x86_64
769769
plugins:
@@ -775,7 +775,7 @@ steps:
775775
# - id: parallel-workload-100-threads
776776
# label: "Parallel Workload (100 threads)"
777777
# artifact_paths: [junit_*.xml, pw-*.log]
778-
# timeout_in_minutes: 30
778+
# timeout_in_minutes: 40
779779
# agents:
780780
# queue: builder-linux-x86_64
781781
# plugins:
@@ -786,7 +786,7 @@ steps:
786786
- id: parallel-workload-cancel
787787
label: "Parallel Workload (cancel)"
788788
artifact_paths: [junit_*.xml, parallel-workload-queries.log]
789-
timeout_in_minutes: 30
789+
timeout_in_minutes: 40
790790
agents:
791791
queue: builder-linux-x86_64
792792
plugins:
@@ -798,7 +798,7 @@ steps:
798798
# - id: parallel-workload-kill
799799
# label: "Parallel Workload (kill)"
800800
# artifact_paths: [junit_*.xml, parallel-workload-queries.log]
801-
# timeout_in_minutes: 30
801+
# timeout_in_minutes: 40
802802
# agents:
803803
# queue: builder-linux-x86_64
804804
# plugins:

0 commit comments

Comments
 (0)