[java-opensaml COMMIT] /trunk/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JSONRequestScopedStorageS...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 25 17:54:33 EDT 2013
Author: scantor
Date: Fri Oct 25 17:54:33 2013
New Revision: 3486
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3486&view=rev
Log:
Up the test thread count.
Modified:
trunk/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JSONRequestScopedStorageServiceTest.java
Modified: trunk/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JSONRequestScopedStorageServiceTest.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JSONRequestScopedStorageServiceTest.java?rev=3486&r1=3485&r2=3486&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JSONRequestScopedStorageServiceTest.java (original)
+++ trunk/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/JSONRequestScopedStorageServiceTest.java Fri Oct 25 17:54:33 2013
@@ -116,7 +116,7 @@
}
}
- @Test(threadPoolSize = 1, invocationCount = 1, timeOut = 10000)
+ @Test(threadPoolSize = 10, invocationCount = 10, timeOut = 10000)
public void loadSave() throws IOException {
threadInit();
More information about the commits
mailing list