Changeset 109 for branches


Ignore:
Timestamp:
10/21/13 15:36:08 (11 years ago)
Author:
stoda
Message:

PersistentTest? works slower now since now there is a pool of threads. Using a little sleep it seems to work.

Location:
branches/supervisor
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/supervisor/.classpath

    r107 r109  
    2323                </attributes>
    2424        </classpathentry>
    25         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 7 [1.7.0_40]">
     25        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
    2626                <attributes>
    2727                        <attribute name="maven.pomderived" value="true"/>
  • branches/supervisor/src/test/java/omq/test/persistence/PersistentTest.java

    r84 r109  
    119119                serverBroker.bind(MESSAGE, msgImpl, msgImplProps);
    120120
     121                Thread.sleep(5000);
     122               
    121123                actual = iMsg.getMessage();
    122124
Note: See TracChangeset for help on using the changeset viewer.