Repository: ignite
Updated Branches:
  refs/heads/ignite-9273 473fe76ed -> 1040589a3


IGNITE-9273 Reduced test time


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1040589a
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1040589a
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1040589a

Branch: refs/heads/ignite-9273
Commit: 1040589a3c5c6c5d486f43d36be42846f9362ba8
Parents: 473fe76
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Authored: Wed Aug 29 19:53:36 2018 +0300
Committer: Alexey Goncharuk <alexey.goncha...@gmail.com>
Committed: Wed Aug 29 19:53:36 2018 +0300

----------------------------------------------------------------------
 .../processors/cache/persistence/db/wal/IgniteWalRecoveryTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1040589a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalRecoveryTest.java
----------------------------------------------------------------------
diff --git 
a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalRecoveryTest.java
 
b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalRecoveryTest.java
index 45ceba9..df1fd54 100644
--- 
a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalRecoveryTest.java
+++ 
b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalRecoveryTest.java
@@ -529,7 +529,7 @@ public class IgniteWalRecoveryTest extends 
GridCommonAbstractTest {
     private void checkWalRolloverMultithreaded() throws Exception {
         walSegmentSize = 2 * 1024 * 1024;
 
-        final long endTime = System.currentTimeMillis() + 2 * 60 * 1000;
+        final long endTime = System.currentTimeMillis() + 60 * 1000;
 
         try {
             IgniteEx ignite = startGrid(1);

Reply via email to