Skip to content

Commit 597cb11

Browse files
committed
lengthen timeout
1 parent 1a7a2e4 commit 597cb11

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/benchmark.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -38,7 +38,7 @@ jobs:
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
@@ -68,7 +68,7 @@ jobs:
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
@@ -83,7 +83,7 @@ jobs:
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
@@ -99,7 +99,7 @@ jobs:
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

tests/benchmark/benchmark_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
console = Console()
2121

22-
MAX_RUNTIME_SECONDS = 110 * 60
22+
MAX_RUNTIME_SECONDS = 620 * 60
2323

2424

2525
def _abort_due_to_timeout() -> None:

0 commit comments

Comments
 (0)