Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be32496c authored by Jonathan Klee's avatar Jonathan Klee
Browse files

tests: fix flakky tests

parent 68a483be
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ public class MockImapServer {
        checkServerRunning();

        try {
            waitForConnectionClosed.await(300L, TimeUnit.MILLISECONDS);
            waitForConnectionClosed.await(5000L, TimeUnit.MILLISECONDS);
        } catch (InterruptedException ignored) {
        }

+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ public class MockPop3Server {
        checkServerRunning();

        try {
            waitForConnectionClosed.await(300L, TimeUnit.MILLISECONDS);
            waitForConnectionClosed.await(5000L, TimeUnit.MILLISECONDS);
        } catch (InterruptedException ignored) {
        }

+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ public class MockSmtpServer {
        checkServerRunning();

        try {
            waitForConnectionClosed.await(300L, TimeUnit.MILLISECONDS);
            waitForConnectionClosed.await(5000L, TimeUnit.MILLISECONDS);
        } catch (InterruptedException ignored) {
        }