mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added [wait_for_async_pid] section with MAX_WAIT_FOR_PID_APPEAR* parameters, separate for Windows and Linux. Will be used in some tests which have to be sure that launched async process really present in mon$attachments.
This commit is contained in:
parent
1c80560a78
commit
426b0e95ef
@ -1,3 +1,14 @@
|
||||
[wait_for_async_pid]
|
||||
|
||||
# Max waiting time, ms, for appearing of some asynchronously
|
||||
# launched process (isql, gbak, gfix etc) in the mon$attachments.
|
||||
# This time can be valuable in case of heavy concurrent workload,
|
||||
# but we have to limit such attempts. Test must raise assert if
|
||||
# known <launched_process>.pid does not appear for that time:
|
||||
#
|
||||
MAX_WAIT_FOR_PID_APPEAR_WIN = 5000
|
||||
MAX_WAIT_FOR_PID_APPEAR_NIX = 5000
|
||||
|
||||
[encryption]
|
||||
|
||||
# Max waiting time, ms, for encryption finish.
|
||||
|
Loading…
Reference in New Issue
Block a user