Skip to content

Commit b00fa41

Browse files
chore(tx_pool_analysis): increase timeouts for transaction pool tasks to ensure adequate testing duration
1 parent 903f1da commit b00fa41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

playbooks/dev/tx-pool-check.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ tasks:
1616
privateKey: "walletPrivkey"
1717
- name: tx_pool_clean
1818
title: "Clean transaction pool"
19-
timeout: 5m
19+
timeout: 20m
2020
config:
2121
waitTime: 5
2222
- name: tx_pool_throughput_analysis
23-
timeout: 20m
23+
timeout: 30m
2424
title: "Check transaction pool throughput from 100 to 1000 TPS with 100 TPS increment, duration 2s per test"
2525
config:
2626
startingTps: 100
@@ -32,7 +32,7 @@ tasks:
3232
privateKey: "walletPrivkey"
3333
- name: tx_pool_clean
3434
title: "Clean transaction pool"
35-
timeout: 15m
35+
timeout: 20m
3636
config:
3737
waitTime: 5
3838
- name: tx_pool_latency_analysis
@@ -46,11 +46,11 @@ tasks:
4646
privateKey: "walletPrivkey"
4747
- name: tx_pool_clean
4848
title: "Clean transaction pool"
49-
timeout: 15m
49+
timeout: 20m
5050
config:
5151
waitTime: 5
5252
- name: tx_pool_throughput_analysis
53-
timeout: 40m
53+
timeout: 60m
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)