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

Commit 1f35c725 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Remove sleep in test app." into udc-dev am: 70411eee am: 397d7b7d am: 82fa058c

parents daaf40fd 82fa058c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -142,11 +142,6 @@ public class SelfManagedConnectionService extends ConnectionService {
        connection.setVideoState(request.getVideoState());
        Log.i(this, "createSelfManagedConnection %s", connection);
        mCallList.addConnection(connection);
        try {
            Thread.sleep(8000);
        } catch (InterruptedException e) {
            e.printStackTrace();
        }
        return connection;
    }
}