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

Commit 82fa058c 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

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