summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java b/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
index d942b6d02f85..9272f9660437 100644
--- a/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
+++ b/qadevOOo/tests/java/ifc/bridge/_XBridgeFactory.java
@@ -162,10 +162,7 @@ public class _XBridgeFactory extends MultiMethodTest {
acceptorThread = new AcceptorThread(xAccptr) ;
acceptorThread.start();
- try {
- Thread.sleep(500);
- }
- catch (InterruptedException e) {}
+ util.utils.shortWait();
conn = xCntr.connect(connectString) ;
} catch (com.sun.star.uno.Exception e) {