summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/TestParameters.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/TestParameters.java')
-rw-r--r--qadevOOo/runner/lib/TestParameters.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/lib/TestParameters.java b/qadevOOo/runner/lib/TestParameters.java
index be1987a8b22a..42f64331e661 100644
--- a/qadevOOo/runner/lib/TestParameters.java
+++ b/qadevOOo/runner/lib/TestParameters.java
@@ -161,13 +161,13 @@ public class TestParameters extends Hashtable {
* This parameter contains the timeout used<br>
* by the watcher
*/
- public Integer TimeOut = new Integer(30000);
+ public Integer TimeOut = new Integer(3000000);
/*
* This parameter contains the timeout used<br>
* by the complex tests
*/
- public Integer ThreadTimeOut = new Integer(30000);
+ public Integer ThreadTimeOut = new Integer(3000000);
/*
* This parameter contains the time which the office could use to close for
>Joren De Cuyper 2014-04-24basic macro dialog: let it expand vertically, tooThomas Arnhold 2014-04-24fdo#77886: add language: expand list if dialog gets resizedThomas Arnhold 2014-04-24manage breakpoints: expand list if dialog gets resizedThomas Arnhold