mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix test
This commit is contained in:
parent
54e5ce9d7b
commit
48fd94e03d
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ public class NotebookTest implements JobListenerFactory{
|
|||
note.run(p1.getId());
|
||||
|
||||
Thread.sleep(2 * 1000);
|
||||
assertEquals(p1.getStatus(), Status.READY);
|
||||
assertEquals(p1.getStatus(), Status.FINISHED);
|
||||
assertNull(p1.getDateStarted());
|
||||
notebook.removeNote(note.getId(), anonymous);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue