summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-15 08:48:49 +0200
committerNoel Grandin <noel@peralex.com>2016-03-15 08:49:28 +0200
commitfd91c0ac507ac2d565d5112b7dbd87014b142cf6 (patch)
tree6ffe568aca32a6bffb6c2299022264d976fa6d20 /qadevOOo/runner/lib
parentb47cb646ff2a62fcd3fac0e453a7261bbaefbcb7 (diff)
remove the office close timeout in subsequentcheck
and lets see if anyone complains Change-Id: I0ec236006476064e67cda9869ab45c1860ed351b
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r--qadevOOo/runner/lib/TestParameters.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/runner/lib/TestParameters.java b/qadevOOo/runner/lib/TestParameters.java
index 33fbd301d7e7..d5fdf5fb404f 100644
--- a/qadevOOo/runner/lib/TestParameters.java
+++ b/qadevOOo/runner/lib/TestParameters.java
@@ -157,7 +157,6 @@ public class TestParameters extends HashMap<String,Object> {
put(PropertyName.TIME_OUT, Integer.valueOf(3000000));
put(PropertyName.THREAD_TIME_OUT, Integer.valueOf(3000000));
put(PropertyName.AUTO_RESTART, Boolean.FALSE);
- put(PropertyName.OFFICE_CLOSE_TIME_OUT, Integer.valueOf(15000));
// get the operating system
put(PropertyName.OPERATING_SYSTEM, getSOCompatibleOSName());