[java-opensaml] branch maint-3.4 updated: Windows Test: Allow for low granularity clock.

Rod Widdowson rdw at steadingsoftware.com
Mon May 13 04:13:01 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch maint-3.4
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=94cd3733a0310d919a65e269237ad067835b6938

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  94cd373   Windows Test: Allow for low granularity clock.
94cd373 is described below

commit 94cd3733a0310d919a65e269237ad067835b6938
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon May 13 09:09:24 2019 +0100

    Windows Test: Allow for low granularity clock.
    
    Add a clock garnularity allowance to the delay in waiting
    of objects to expire.
---
 .../src/test/java/org/opensaml/storage/StorageServiceTest.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-storage-api/src/test/java/org/opensaml/storage/StorageServiceTest.java b/opensaml-storage-api/src/test/java/org/opensaml/storage/StorageServiceTest.java
index ded3597..848feab 100644
--- a/opensaml-storage-api/src/test/java/org/opensaml/storage/StorageServiceTest.java
+++ b/opensaml-storage-api/src/test/java/org/opensaml/storage/StorageServiceTest.java
@@ -179,7 +179,7 @@ public abstract class StorageServiceTest {
         Assert.assertEquals(o1.getValue(), "foo");
         Assert.assertEquals(o1.getExpiration(), o2.getExpiration());
         
-        Thread.sleep(10000);
+        Thread.sleep(10100);
         
         Assert.assertNull(shared.read(o2));
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list