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 2009/12/10 08:04:27 UTC

svn commit: r889116 - /incubator/hama/trunk/src/test/org/apache/hama/bsp/SerializePrinting.java

Author: edwardyoon
Date: Thu Dec 10 07:04:27 2009
New Revision: 889116

URL: http://svn.apache.org/viewvc?rev=889116&view=rev
Log:
trivial changes.

Modified:
    incubator/hama/trunk/src/test/org/apache/hama/bsp/SerializePrinting.java

Modified: incubator/hama/trunk/src/test/org/apache/hama/bsp/SerializePrinting.java
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/test/org/apache/hama/bsp/SerializePrinting.java?rev=889116&r1=889115&r2=889116&view=diff
==============================================================================
--- incubator/hama/trunk/src/test/org/apache/hama/bsp/SerializePrinting.java (original)
+++ incubator/hama/trunk/src/test/org/apache/hama/bsp/SerializePrinting.java Thu Dec 10 07:04:27 2009
@@ -56,7 +56,6 @@
   }
 
   public void testHelloWorld() throws InterruptedException, IOException {
-
     BSPPeerThread thread;
     int[] randomSequence = new int[] { 2, 3, 4, 5, 0, 1, 6, 7, 8, 9 };
     for (int i = 0; i < NUM_PEER; i++) {
@@ -72,7 +71,6 @@
 
     for (int i = 0; i < NUM_PEER; i++) {
       list.get(i).start();
-      Thread.sleep(1000);
     }
 
     for (int i = 0; i < NUM_PEER; i++) {