Skip to content

Commit

Permalink
MainActivity: longer timeouts for daemons startup
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzopalazzo authored Jun 2, 2021
2 parents 37b5a9a + 1fb1248 commit 239e33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/lvaccaro/lamp/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class MainActivity : UriResultActivity() {
return true
} catch (err: Exception) {
}
Thread.sleep(2000)
Thread.sleep(5000)
}
return false
}
Expand All @@ -462,7 +462,7 @@ class MainActivity : UriResultActivity() {
} catch (err: Exception) {
Log.d(TAG, err.localizedMessage)
}
Thread.sleep(2000)
Thread.sleep(5000)
}
return false
}
Expand Down

0 comments on commit 239e33d

Please sign in to comment.