[java-opensaml] branch master updated: Windows Test: Allow for low granularity clock.
Rod Widdowson
rdw at steadingsoftware.com
Mon May 13 04:13:12 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=2f2dd5d39a18da93d99be10fd0cbd6a200ac0cab
The following commit(s) were added to refs/heads/master by this push:
new 2f2dd5d Windows Test: Allow for low granularity clock.
2f2dd5d is described below
commit 2f2dd5d39a18da93d99be10fd0cbd6a200ac0cab
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 fee097a..e459b5e 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