diff options
author | Chris Goldthorpe | 2011-03-03 21:14:56 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2011-03-03 21:14:56 +0000 |
commit | ae0bb4ecb1eeeeaaf25eeddce93eb5f7a4d8675f (patch) | |
tree | bffe83858287ae4d971dbaa1ccfe702ba2a2baa5 /org.eclipse.ua.tests/help/org | |
parent | b41e5e4caeb4e564b102fe5f6db999ad4d887cc9 (diff) | |
download | eclipse.platform.ua-ae0bb4ecb1eeeeaaf25eeddce93eb5f7a4d8675f.tar.gz eclipse.platform.ua-ae0bb4ecb1eeeeaaf25eeddce93eb5f7a4d8675f.tar.xz eclipse.platform.ua-ae0bb4ecb1eeeeaaf25eeddce93eb5f7a4d8675f.zip |
Diffstat (limited to 'org.eclipse.ua.tests/help/org')
-rw-r--r-- | org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/ParallelServerAccessTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/ParallelServerAccessTest.java b/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/ParallelServerAccessTest.java index 0f1d26619..02e1327e2 100644 --- a/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/ParallelServerAccessTest.java +++ b/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/ParallelServerAccessTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010 IBM Corporation and others. + * Copyright (c) 2010, 2011 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -64,8 +64,8 @@ public class ParallelServerAccessTest extends TestCase { do { complete = true; iterations++; - if (iterations > 100) { - fail("Test did not complete within 10 seconds"); + if (iterations > 1000) { + fail("Test did not complete within 100 seconds"); } for (int i = 0; i < numberOfThreads && complete; i++) { if (readers[i].isAlive()) { |