Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Apr 8, 2021
1 parent 180e154 commit bc1a2f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Run3DMark {
}

waitForIdle(5000)
Thread.sleep(2000)
Thread.sleep(4000)

// Skip tutorial if needed
findObject(UiSelector().resourceId(Res.btnSkip)).apply {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
gcloud:
app: "./src/test/kotlin/ftl/fixtures/tmp/apk/app-debug.apk"
test: "./src/test/kotlin/ftl/fixtures/tmp/apk/benchmark/benchmark-debug-androidTest.apk"
use-orchestrator: false
directories-to-pull:
- "/sdcard/Android/data/com.futuremark.dmandroid.application/files/3DMarkAndroid/"
additional-apks:
- "./src/test/kotlin/ftl/fixtures/tmp/apk/benchmark/3dmarkandroid-v2-1-4726.apk"
device:
- model: NexusLowResEmulator
version: 30
locale: en
orientation: portrait
record-video: true

0 comments on commit bc1a2f6

Please sign in to comment.