You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by GitBox <gi...@apache.org> on 2018/12/17 19:16:31 UTC

[GitHub] atsticks closed pull request #20: Add timeout value to events.ObservedConfigTest

atsticks closed pull request #20: Add timeout value to events.ObservedConfigTest
URL: https://github.com/apache/incubator-tamaya-extensions/pull/20
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/modules/events/src/test/java/org/apache/tamaya/events/ObservedConfigTest.java b/modules/events/src/test/java/org/apache/tamaya/events/ObservedConfigTest.java
index 1661ab57..11fac629 100644
--- a/modules/events/src/test/java/org/apache/tamaya/events/ObservedConfigTest.java
+++ b/modules/events/src/test/java/org/apache/tamaya/events/ObservedConfigTest.java
@@ -28,7 +28,7 @@
  */
 public class ObservedConfigTest {
 
-    @Test
+    @Test(timeout=60000)
     public void testChangingConfig() throws IOException {
         ConfigEventManager.getInstance().setChangeMonitoringPeriod(100L);
         ConfigEventManager.getInstance().enableChangeMonitoring(true);


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services