Skip to content

Commit 9221904

Browse files
Increase adbtimeout to prevent ShellCommandUnresponsiveException exception
1 parent 336d075 commit 9221904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matrix-sdk-android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ android {
6464

6565
adbOptions {
6666
installOptions "-g"
67+
timeOutInMs 180 * 1000
6768
}
6869

6970
compileOptions {

0 commit comments

Comments
 (0)