diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2007-10-15 11:04:39 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2007-10-15 11:04:39 +0000 |
| commit | c2286c4c0b2474bdae5617872d2769a67dea33c9 (patch) | |
| tree | d23aaed9a73aa0d808aaa1a3f4d179ca593a4a9d | |
| parent | e87fb503c248bc9069f21052221106c744f2865d (diff) | |
| download | qpid-python-c2286c4c0b2474bdae5617872d2769a67dea33c9.tar.gz | |
increased number of runs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@584731 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java b/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java index 0f7c5e2495..29d9e5de2c 100644 --- a/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java +++ b/java/client/src/test/java/org/apache/qpid/test/unit/client/forwardall/CombinedTest.java @@ -49,7 +49,7 @@ public class CombinedTest extends QpidTestCase public void testForwardAll() throws Exception { - while (run < 1) + while (run < 10) { int services =1; ServiceCreator.start("vm://:1", services); |
