Skip to content

Commit

Permalink
Correctly set targeted sharding of tests on emulator.wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Dec 6, 2024
1 parent ef47a81 commit 22fa712
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class AndroidTestConventionPlugin : Plugin<Project> {
)
@Suppress("SdCardPath")
directoriesToPull.set(listOf("/sdcard/Download/"))
numUniformShards.set(3)
shardTargetRuntime.set(2) // 2 minutes.
numFlakyTestAttempts.set(2) // 3 runs in total.
fileCacheTtl.set(Duration.ofDays(30))
Expand Down

0 comments on commit 22fa712

Please sign in to comment.