commit | 414e602eb789d21169530e7fa5b793b75f435546 | [log] [tgz] |
---|---|---|
author | Pierre De Rop <pderop@apache.org> | Mon May 24 12:42:40 2010 +0000 |
committer | Pierre De Rop <pderop@apache.org> | Mon May 24 12:42:40 2010 +0000 |
tree | 87a7a824c07197bc1ce6d18d09845887dffedf38 | |
parent | e44d9520c9e59461189ce12d47b58096e7002aee [diff] |
added a work around for issue FELIX-1545 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@947623 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java index 3407e59..84a684d 100644 --- a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java +++ b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java
@@ -82,13 +82,13 @@ // Wait for the ServiceProvider activation. m_ensure.waitForStep(2, 10000); // Avoid bug in CM (FELIX-1545), which may miss some updates - sleep(1); + sleep(50); // Update conf cf.update(new Hashtable() {{ put("foo", "bar2"); }}); // Wait for effective update m_ensure.waitForStep(4, 10000); // Avoid bug in CM (FELIX-1545), which may miss some updates - sleep(1); + sleep(50); // Remove configuration. cf.delete(); // Check if ServiceProvider has been stopped.