Skip to content

Commit 1b8f9df

Browse files
committed
Move sleep from INFINITY to 99999
Mac doesn't like infinity...
1 parent a5b97a4 commit 1b8f9df

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
@@ -20,5 +20,5 @@ elif grep -q "logcat" <<< $@; then
2020
11-30 11:51:17.264 397 397 I android.hardware.lights-service.example: Lights setting state for id=1 to color ff161616
2121
11-30 11:51:17.281 397 397 I android.hardware.lights-service.example: Lights setting state for id=1 to color ff171717
2222
END
23-
sleep infinity
23+
sleep 9999999
2424
fi

0 commit comments

Comments
 (0)