File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323 runner :
2424 - self-hosted
2525 - 1ES.Pool=agl-runner-cpu
26- timeout : 120
26+ timeout : 640
2727 args : >-
2828 --mode batch
2929 --total-tasks 4096
3838 runner :
3939 - self-hosted
4040 - 1ES.Pool=agl-runner-cpu
41- timeout : 120
41+ timeout : 640
4242 args : >-
4343 --mode batch
4444 --total-tasks 10000
@@ -53,12 +53,12 @@ jobs:
5353 runner :
5454 - self-hosted
5555 - 1ES.Pool=agl-runner-cpu
56- timeout : 120
56+ timeout : 640
5757 args : >-
5858 --mode batch
5959 --total-tasks 20000
6060 --batch-size 2048
61- --n-runners 300
61+ --n-runners 640
6262 --max-rounds 6
6363 --sleep-seconds 0.1
6464 - id : scenario-large-batch
6868 runner :
6969 - self-hosted
7070 - 1ES.Pool=agl-runner-cpu-high
71- timeout : 120
71+ timeout : 640
7272 args : >-
7373 --mode batch
7474 --total-tasks 50000
8383 runner :
8484 - self-hosted
8585 - 1ES.Pool=agl-runner-cpu
86- timeout : 120
86+ timeout : 640
8787 args : >-
8888 --mode batch_partial
8989 --total-tasks 50000
9999 runner :
100100 - self-hosted
101101 - 1ES.Pool=agl-runner-cpu-high
102- timeout : 120
102+ timeout : 640
103103 args : >-
104104 --mode single
105105 --total-tasks 50000
@@ -114,7 +114,7 @@ jobs:
114114 runner :
115115 - self-hosted
116116 - 1ES.Pool=agl-runner-cpu-high
117- timeout : 120
117+ timeout : 640
118118 args : >-
119119 --mode batch_partial
120120 --total-tasks 10000
Original file line number Diff line number Diff line change 1919
2020console = Console ()
2121
22- MAX_RUNTIME_SECONDS = 110 * 60
22+ MAX_RUNTIME_SECONDS = 620 * 60
2323
2424
2525def _abort_due_to_timeout () -> None :
You can’t perform that action at this time.
0 commit comments