summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java10
1 files changed, 2 insertions, 8 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
index 751c22efacfd..d270850d78ca 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
@@ -200,20 +200,14 @@ public class _XCommandProcessor extends MultiMethodTest {
for (int i = 0; i < 10; i++) {
log.println("try to abort command");
oObj.abort(cmdId);
- try {
- Thread.sleep(10);
- } catch (InterruptedException e) {
- }
+ util.utils.pause(10);
}
}
};
aborter.start();
- try {
- Thread.sleep(15);
- } catch (InterruptedException e) {
- }
+ util.utils.pause(15);
log.println("executing command");
try {