summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_remotebridge/various.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_remotebridge/various.java')
-rw-r--r--qadevOOo/tests/java/mod/_remotebridge/various.java11
1 files changed, 2 insertions, 9 deletions
diff --git a/qadevOOo/tests/java/mod/_remotebridge/various.java b/qadevOOo/tests/java/mod/_remotebridge/various.java
index 0cd56a506f12..be245feebf5e 100644
--- a/qadevOOo/tests/java/mod/_remotebridge/various.java
+++ b/qadevOOo/tests/java/mod/_remotebridge/various.java
@@ -203,10 +203,7 @@ public class various extends TestCase {
accThread = new AcceptorThread(xAcctr);
accThread.start();
// let the thread sleep
- try {
- Thread.sleep(500);
- }
- catch (InterruptedException e) {}
+ util.utils.pause(500);
// establish the connection
XConnection xConnection = xCntr.connect(connectString);
@@ -268,11 +265,7 @@ public class various extends TestCase {
bridgeDisposed[0] = true;
xComp.dispose();
// wait for dispose
- try {
- Thread.sleep(5000);
- }
- catch(InterruptedException e) {
- }
+ util.utils.pause(5000);
}
}
}