From 9ccdcee21a388b2b8e520733c4cd4fcb35d485ba Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Thu, 30 Mar 2023 18:55:37 +0300 Subject: [PATCH] fix(test): bump `quorum_data_request_expiration_timeout` to fix `p2p_quorum_data.py` the test was broken by 5276 --- test/functional/test_framework/test_framework.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/test_framework/test_framework.py b/test/functional/test_framework/test_framework.py index 66d5745ab40c..abff8e31ee24 100755 --- a/test/functional/test_framework/test_framework.py +++ b/test/functional/test_framework/test_framework.py @@ -1000,8 +1000,8 @@ def set_dash_test_params(self, num_nodes, masterodes_count, extra_args=None, fas # This is nRequestTimeout in dash-q-recovery thread self.quorum_data_thread_request_timeout_seconds = 10 - # This is EXPIRATION_TIMEOUT in CQuorumDataRequest - self.quorum_data_request_expiration_timeout = 300 + # This is EXPIRATION_TIMEOUT + EXPIRATION_BIAS in CQuorumDataRequest + self.quorum_data_request_expiration_timeout = 360 def set_dash_dip8_activation(self, activate_after_block): self.dip8_activation_height = activate_after_block