Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakhammash committed May 13, 2023
1 parent b041ab3 commit 17dc380
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
28 changes: 12 additions & 16 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import stu.najah.se.ui.Prompter;
import stu.najah.se.ui.SceneManager;

import java.util.concurrent.CountDownLatch;

public class Configuration extends ApplicationTestBase {

static {
Expand All @@ -25,7 +27,7 @@ public static void launch() throws Exception {
ServiceManager.initializeAdminService();
ServiceManager.initializeEntityServices(Prompter.getInstance(), Prompter.getInstance());
ApplicationTest.launch(SceneManager.class);
Thread.sleep(5000);
CountDownLatch latch = new CountDownLatch(1);
}

@Before
Expand Down

0 comments on commit 17dc380

Please sign in to comment.