Millis as long

This commit is contained in:
Aleksander Nowakowski 2019-11-13 15:00:10 +01:00
parent 8d404c7bb1
commit 7f085dc101
1 changed files with 1 additions and 1 deletions

View File

@ -1574,7 +1574,7 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres
*
* @param millis waiting period.
*/
protected void waitFor(final int millis) {
protected void waitFor(final long millis) {
synchronized (mLock) {
try {
sendLogBroadcast(DfuBaseService.LOG_LEVEL_DEBUG, "wait(" + millis + ")");