Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Jul 28, 2023
1 parent e1b97f2 commit 4d89572
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public void testDataPushQueue() throws Exception {

Thread.sleep(15 * 1000);
running.set(false);
Thread.sleep(15 * 1000);

for (int i = 0; i < numWorker; i++) {
Assert.assertArrayEquals(workerData.get(i).toArray(), tarWorkerData.get(i).toArray());
Expand Down

0 comments on commit 4d89572

Please sign in to comment.