Skip to content

Commit

Permalink
increase default timeouts for tests in hopes that there will be fewer…
Browse files Browse the repository at this point in the history
… service timeouts on slower machines

git-svn-id: https://svn.apache.org/repos/asf/incubator/aries/trunk/jmx@1022298 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Joseph Alan Bohn committed Oct 13, 2010
1 parent e1a6562 commit dba8682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
@RunWith(JUnit4TestRunner.class)
public class AbstractIntegrationTest {

public static final long DEFAULT_TIMEOUT = 30000;
public static final long DEFAULT_TIMEOUT = 60000;

ServiceRegistration registration;
ServiceReference reference;
Expand Down

0 comments on commit dba8682

Please sign in to comment.