Skip to content

Commit 9da62c8

Browse files
chore(tx_pool_analysis): increase timeout values for throughput and latency analysis tasks to ensure adequate testing duration
1 parent fed0a65 commit 9da62c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tasks:
2020
config:
2121
waitTime: 5
2222
- name: tx_pool_throughput_analysis
23-
timeout: 5m
23+
timeout: 15m
2424
title: "Check transaction pool throughput from 100 to 1000 TPS with 100 TPS increment, duration 2s per test"
2525
config:
2626
startingTps: 100
@@ -37,7 +37,7 @@ tasks:
3737
waitTime: 5
3838
- name: tx_pool_latency_analysis
3939
title: "Check transaction pool latency with 5.000 transactions in one second, duration 5s"
40-
timeout: 5m
40+
timeout: 15m
4141
config:
4242
tps: 5000
4343
durationS: 5
@@ -50,7 +50,7 @@ tasks:
5050
config:
5151
waitTime: 5
5252
- name: tx_pool_throughput_analysis
53-
timeout: 15m
53+
timeout: 30m
5454
title: "Check transaction pool throughput from 1000 to 5000 TPS with 500 TPS increment, duration 2s per test"
5555
config:
5656
startingTps: 1000

0 commit comments

Comments
 (0)