Skip to content

Commit acd15a6

Browse files
committed
Cleanup action description.
1 parent a2c97ef commit acd15a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
| `disk-size` | Optional | N/A | Disk size, or partition size to use for this AVD. Either in bytes or KB, MB or GB, when denoted with K, M or G. - e.g. `2048M` |
155155
| `avd-name` | Optional | `test` | Custom AVD name used for creating the Android Virtual Device. |
156156
| `force-avd-creation` | Optional | `true` | Whether to force create the AVD by overwriting an existing AVD with the same name as `avd-name` - `true` or `false`. |
157+
| `emulator-boot-timeout` | Optional | `600` | Emulator boot timeout in seconds. If it takes longer to boot, the action would fail - e.g. `300` for 5 minutes. |
157158
| `emulator-options` | Optional | See below | Command-line options used when launching the emulator (replacing all default options) - e.g. `-no-window -no-snapshot -camera-back emulated`. |
158159
| `disable-animations` | Optional | `true` | Whether to disable animations - `true` or `false`. |
159160
| `disable-spellchecker` | Optional | `false` | Whether to disable spellchecker - `true` or `false`. |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ inputs:
3434
description: 'whether to force create the AVD by overwriting an existing AVD with the same name as `avd-name` - `true` or `false`'
3535
default: 'true'
3636
emulator-boot-timeout:
37-
description: 'Emulator boot timeout in seconds. If it takes longer to boot, the action would fail'
37+
description: 'Emulator boot timeout in seconds. If it takes longer to boot, the action would fail - e.g. `300` for 5 minutes'
3838
default: '600'
3939
emulator-options:
4040
description: 'command-line options used when launching the emulator - e.g. `-no-window -no-snapshot -camera-back emulated`'

0 commit comments

Comments
 (0)