Skip to content

Commit e8f7313

Browse files
Update tx-pool-check.yaml - extend timeout and increase test duration for throughput analysis
1 parent 480c6d7 commit e8f7313

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ tasks:
3434
config:
3535
waitTime: 5
3636
- name: tx_pool_throughput_analysis
37-
timeout: 30m
38-
title: "Check transaction pool throughput from 100 to 2000 TPS with 100 TPS increment, duration 2s per test"
37+
timeout: 40m
38+
title: "Check transaction pool throughput from 100 to 2000 TPS with 100 TPS increment, duration 5s per test"
3939
config:
4040
startingTps: 100
4141
endingTps: 2000
@@ -50,8 +50,8 @@ tasks:
5050
config:
5151
waitTime: 5
5252
- name: tx_pool_throughput_analysis
53-
timeout: 60m
54-
title: "Check transaction pool throughput from 1000 to 10.000 TPS with 1.000 TPS increment, duration 2s per test"
53+
timeout: 90m
54+
title: "Check transaction pool throughput from 1000 to 10.000 TPS with 1.000 TPS increment, duration 5s per test"
5555
config:
5656
startingTps: 1000
5757
endingTps: 10000

0 commit comments

Comments
 (0)