Skip to content
Snippets Groups Projects
Commit 1f0a0b22 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Bug 1228: Made timeout values more realistic

parent 7875f196
No related branches found
No related tags found
No related merge requests found
......@@ -10,19 +10,19 @@ node ApplCtrl 4.0.0 development 'node constraint' "The 'ACC' ApplicationC
# name dir. type unit prun. vm value constr. descr.
#----------------------------------------------------------------------------------------------------------------------------------
par timeout_createsubsets I time period 10 0 '3m' - "Max time the creation of the parametersets may take"
par timeout_startup I time period 10 0 '2m' - "Max time the startup of the processes may take"
par timeout_define I time period 10 0 '40' - "Max time the definition phase of the processes may take"
par timeout_init I time period 10 0 '120' - "Max time the init phase of the processes may take"
par timeout_run I time period 10 0 '90' - "Max time it may take before all process are in run-state"
par timeout_pause I time period 10 0 '100' - "Max time it may take before all process are paused"
par timeout_release I time period 10 0 '30' - "Max time it may take before all process are released"
par timeout_recover I time period 10 0 '50' - "Max time it may take before all process are recovered"
par timeout_snapshot I time period 10 0 '30' - "Max time it may take before all process are saved"
par timeout_reinit I time period 10 0 '30' - "Max time the reinit phase of the processes may take"
par timeout_info I time period 10 0 '30' - "Max time it may take to give an answer"
par timeout_quit I time period 10 0 '10' - "Max time the processes may take to quit"
par timeout_kill I time period 10 0 '60' - "Delay after the quit command before the remaining processes are killed"
par timeout_createsubsets I time period 10 0 '30s' - "Max time the creation of the parametersets may take"
par timeout_startup I time period 10 0 '30s' - "Max time the startup of the processes may take"
par timeout_define I time period 10 0 '30s' - "Max time the definition phase of the processes may take"
par timeout_init I time period 10 0 '30s' - "Max time the init phase of the processes may take"
par timeout_run I time period 10 0 '90s' - "Max time it may take before all process are in run-state"
par timeout_pause I time period 10 0 '90s' - "Max time it may take before all process are paused"
par timeout_release I time period 10 0 '30s' - "Max time it may take before all process are released"
par timeout_recover I time period 10 0 '30s' - "Max time it may take before all process are recovered"
par timeout_snapshot I time period 10 0 '30s' - "Max time it may take before all process are saved"
par timeout_reinit I time period 10 0 '30s' - "Max time the reinit phase of the processes may take"
par timeout_info I time period 10 0 '30s' - "Max time it may take to give an answer"
par timeout_quit I time period 10 0 '10s' - "Max time the processes may take to quit"
par timeout_kill I time period 10 0 '30s' - "Delay after the quit command before the remaining processes are killed"
par application I vtext - 10 0 '[]' - "The name of the application that must be controlled."
par processes I vtext - 10 0 '[]' - "List of processes that must be started, syntax: procname|procname(n)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment