summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/base/java_fat.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/base/java_fat.java')
-rw-r--r--qadevOOo/runner/base/java_fat.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/base/java_fat.java b/qadevOOo/runner/base/java_fat.java
index 78bcc38fb910..bc63f40b4dfb 100644
--- a/qadevOOo/runner/base/java_fat.java
+++ b/qadevOOo/runner/base/java_fat.java
@@ -133,7 +133,7 @@ public class java_fat implements TestBase
continue;
}
- util.utils.shortWait(2000);
+ util.utils.pause(2000);
System.out.println("Creating: " + entry.entryName);
@@ -430,7 +430,7 @@ public class java_fat implements TestBase
if (ph != null)
{
m_aOffice.closeExistingOffice(m_aParams, true);
- util.utils.shortWait(5000);
+ util.utils.pause(5000);
}
}