We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc49c1 commit 42a0865Copy full SHA for 42a0865
testsuite/replay-verify/main.py
@@ -30,7 +30,7 @@
30
QUERY_DELAY = 5 # seconds
31
TEARDOWN_DELAY = 30 * 60 # 30 minutes slack to allow for pod setup and teardown
32
33
-REPLAY_CONCURRENCY_LEVEL = 4
+REPLAY_CONCURRENCY_LEVEL = 32
34
35
INT64_MAX = 9_223_372_036_854_775_807
36
@@ -99,7 +99,7 @@ def __init__(self, network: Network) -> None:
99
self.range_size = 5_000_000
100
self.timeout_secs = 9000
101
else:
102
- self.concurrent_replayer = 4
+ self.concurrent_replayer = 1
103
self.pvc_number = 10
104
self.min_range_size = 10_000
105
self.range_size = 2_000_000
0 commit comments