path: python-briefcase_0.3.25-2/tests/platforms/android/gradle/test_run.py
    run_command.tools.mock_adb.logcat.return_value = log_popen
    # Mock the pidof call taking 3 attempts to return
    run_command.tools.mock_adb.pidof.side_effect = [None, None, "888"]
    monkeypatch.setattr(time, "sleep", mock.MagicMock())
