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 0293fad commit 9e78f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void testDataPushQueue() throws Exception {
})
.start();

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

for (int i = 0; i < numWorker; i++) {
Expand Down

0 comments on commit 9e78f0d

Please sign in to comment.