Skip to content

Commit

Permalink
try adding sleep to debug test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarbaresi committed Jan 6, 2025
1 parent ded9aea commit 27f3fe2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void setUp() throws Exception {
serverThread = new MjpegScreenshotServer(streamingPort);
serverThread.start();
assertTrue(serverThread.isAlive());
Thread.sleep(1000);
}

@Test
Expand Down

0 comments on commit 27f3fe2

Please sign in to comment.