Skip to content

Commit 20d38b3

Browse files
committed
Change adb_mock sleep time to 10
Killing processes when they're sleeping is hard. We don't actually need the mock to live this long.
1 parent edf73db commit 20d38b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mocks/adb_mock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ elif grep -q "wait-for-device" <<<$@; then
77
sleep 0.01
88
elif grep -q "logcat" <<<$@; then
99
echo $mocked_adb_output
10-
sleep 9999999
10+
sleep 10
1111
fi

0 commit comments

Comments
 (0)