Skip to content

Commit 239e33d

Browse files
MainActivity: longer timeouts for daemons startup
2 parents 37b5a9a + 1fb1248 commit 239e33d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/lvaccaro/lamp/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ class MainActivity : UriResultActivity() {
449449
return true
450450
} catch (err: Exception) {
451451
}
452-
Thread.sleep(2000)
452+
Thread.sleep(5000)
453453
}
454454
return false
455455
}
@@ -462,7 +462,7 @@ class MainActivity : UriResultActivity() {
462462
} catch (err: Exception) {
463463
Log.d(TAG, err.localizedMessage)
464464
}
465-
Thread.sleep(2000)
465+
Thread.sleep(5000)
466466
}
467467
return false
468468
}

0 commit comments

Comments
 (0)