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

Commit 70411eee authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Remove sleep in test app." into udc-dev

parents c7cae571 2b8b610d
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;
    }
}