You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2017/07/15 10:15:57 UTC

[14/14] polygene-java git commit: Set the delay for the test back to 3 seconds.

Set the delay for the test back to 3 seconds.


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/4f89ad99
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/4f89ad99
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/4f89ad99

Branch: refs/heads/develop
Commit: 4f89ad99f9e39d30e9f39f75d76c6a8175bddc77
Parents: fde1295
Author: niclas <ni...@hedhman.org>
Authored: Sat Jul 15 18:15:25 2017 +0800
Committer: niclas <ni...@hedhman.org>
Committed: Sat Jul 15 18:15:25 2017 +0800

----------------------------------------------------------------------
 .../polygene/entitystore/sql/PostgreSQLEntityStoreTestSuite.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/4f89ad99/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/PostgreSQLEntityStoreTestSuite.java
----------------------------------------------------------------------
diff --git a/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/PostgreSQLEntityStoreTestSuite.java b/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/PostgreSQLEntityStoreTestSuite.java
index 41669f2..d1dd952 100644
--- a/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/PostgreSQLEntityStoreTestSuite.java
+++ b/extensions/entitystore-sql/src/test/java/org/apache/polygene/entitystore/sql/PostgreSQLEntityStoreTestSuite.java
@@ -44,7 +44,7 @@ public class PostgreSQLEntityStoreTestSuite extends EntityStoreTestSuite
 {
     @ClassRule
     public static final DockerRule DOCKER = new DockerRule( "postgres",
-                                                            10000L,
+                                                            3000L,
                                                             "PostgreSQL init process complete; ready for start up." );
 
     @Override