summaryrefslogtreecommitdiffstats
path: root/coin/instructions/coin_module_test_android_start_emulator.yaml
blob: 7fc034117cda9a09c829b836651624c292c1bd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type: Group
instructions:
  - type: Group
    instructions:
      - type: ExecuteCommand
        command: "sh {{.SourceDir}}/util/android/android_emulator_launcher.sh"
        maxTimeInSeconds: 300
        maxTimeBetweenOutput: 300
        userMessageOnFailure: "Failed to start emulator, check logs."
    enable_if:
      condition: property
      property: features
      contains_value: AndroidTestRun