add sleep to ColumnFamilyStoreTest to workaround waitForFlush bug. see #59

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@762547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-04-06 22:43:50 +00:00
parent 9e027cef72
commit 21f4bd568b
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ public class ColumnFamilyStoreTest extends ServerTest
}
});
f.get();
Thread.sleep(1000);
}
private void validateNameSort(Table table)