mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: increased max time for wait, only for THIS test. Otherwise it fails too often.
This commit is contained in:
parent
76f4af4dad
commit
2891ca222a
@ -77,7 +77,9 @@ from firebird.driver.types import DatabaseError
|
||||
# from act.files_dir/'test_config.ini':
|
||||
repl_settings = QA_GLOBALS['replication']
|
||||
|
||||
MAX_TIME_FOR_WAIT_DATA_IN_REPLICA = int(repl_settings['max_time_for_wait_data_in_replica'])
|
||||
# 22.05.2023: increased max time for wait, only for THIS test. Otherwise it fails too often.
|
||||
#
|
||||
MAX_TIME_FOR_WAIT_DATA_IN_REPLICA = max(90, int(repl_settings['max_time_for_wait_data_in_replica']) )
|
||||
|
||||
# How long we wit since segments start apply on replica
|
||||
# and before we change its state to full shutdown, seconds:
|
||||
|
Loading…
Reference in New Issue
Block a user