diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-15 08:48:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-15 08:49:28 +0200 |
commit | fd91c0ac507ac2d565d5112b7dbd87014b142cf6 (patch) | |
tree | 6ffe568aca32a6bffb6c2299022264d976fa6d20 /qadevOOo/runner/util | |
parent | b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7 (diff) |
remove the office close timeout in subsequentcheck
and lets see if anyone complains
Change-Id: I0ec236006476064e67cda9869ab45c1860ed351b
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r-- | qadevOOo/runner/util/PropertyName.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java index 83a0b7f4716f..b15fc88e1db2 100644 --- a/qadevOOo/runner/util/PropertyName.java +++ b/qadevOOo/runner/util/PropertyName.java @@ -93,12 +93,6 @@ public interface PropertyName { */ String THREAD_TIME_OUT = "ThreadTimeOut"; /** - * parameter name: "OfficeCloseTimeOut" - * This parameter contains the time which the office could use to close for - * itself before it is destroyed. Default is 15000 ms - */ - String OFFICE_CLOSE_TIME_OUT = "OfficeCloseTimeOut"; - /** * parameter name: "OperatingSystem" */ String OPERATING_SYSTEM = "OperatingSystem"; |