You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/11/01 09:53:58 UTC

svn commit: r1404505 - /hama/trunk/core/src/test/java/org/apache/hama/bsp/sync/TestSyncServiceFactory.java

Author: edwardyoon
Date: Thu Nov  1 08:53:58 2012
New Revision: 1404505

URL: http://svn.apache.org/viewvc?rev=1404505&view=rev
Log: (empty)

Modified:
    hama/trunk/core/src/test/java/org/apache/hama/bsp/sync/TestSyncServiceFactory.java

Modified: hama/trunk/core/src/test/java/org/apache/hama/bsp/sync/TestSyncServiceFactory.java
URL: http://svn.apache.org/viewvc/hama/trunk/core/src/test/java/org/apache/hama/bsp/sync/TestSyncServiceFactory.java?rev=1404505&r1=1404504&r2=1404505&view=diff
==============================================================================
--- hama/trunk/core/src/test/java/org/apache/hama/bsp/sync/TestSyncServiceFactory.java (original)
+++ hama/trunk/core/src/test/java/org/apache/hama/bsp/sync/TestSyncServiceFactory.java Thu Nov  1 08:53:58 2012
@@ -120,7 +120,8 @@ public class TestSyncServiceFactory exte
     ZKServerThread serverThread = new ZKServerThread(syncServer);
     Executors.newFixedThreadPool(1).submit(serverThread);
 
-    Thread.sleep(1000);
+    // FIXME wait for syncServer is up
+    Thread.sleep(5000);
 
     final PeerSyncClient syncClient = SyncServiceFactory
         .getPeerSyncClient(conf);