Switch to ARM emulator for FTL and bump version for tests
Some checks failed
Build & Test / Validate (pull_request) Successful in 21s
Build & Test / Run Unit Tests (pull_request) Successful in 8m59s
Build & Test / Run UI Tests (pull_request) Failing after 8m15s

This commit is contained in:
William Brawner 2024-08-22 16:43:56 -06:00
parent b1e698c9c9
commit 9ce5e129a6
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35

View file

@ -181,7 +181,7 @@ fladle {
environmentVariables.put("clearPackageData", "true") environmentVariables.put("clearPackageData", "true")
testTimeout.set("7m") testTimeout.set("7m")
devices.add( devices.add(
mapOf("model" to "NexusLowRes", "version" to "29") mapOf("model" to "Pixel2.arm", "version" to "34")
) )
projectId.set("simplemarkdown") projectId.set("simplemarkdown")
} }