Skip to content

Commit

Permalink
chore(ci): fix postgresql unit test failed (#2643)
Browse files Browse the repository at this point in the history
- close #2648
JackyYangPassion authored Aug 28, 2024
1 parent 7be8e6b commit 355483f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -552,7 +552,7 @@ public void testGremlinJobAndCancel() throws TimeoutException {

HugeTask<Object> task = runGremlinJob("Thread.sleep(1000 * 10);");

sleepAWhile();
sleepAWhile(200 * 6);
task = scheduler.task(task.id());
scheduler.cancel(task);

0 comments on commit 355483f

Please sign in to comment.