path: python-briefcase_0.3.25-2/tests/platforms/android/gradle/test_run.py
    # Mock the pidof call failing multiple times before a timeout.
    run_command.tools.mock_adb.pidof.side_effect = [None] * 5
    monkeypatch.setattr(time, "sleep", mock.MagicMock())
