Skip to content

Commit

Permalink
Increase emulator.wtf shards to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Dec 7, 2024
1 parent 63e8287 commit b4435b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AndroidTestConventionPlugin : Plugin<Project> {
)
@Suppress("SdCardPath")
directoriesToPull.set(listOf("/sdcard/Download/"))
numUniformShards.set(3)
numUniformShards.set(5)
numFlakyTestAttempts.set(2) // 3 runs in total.
fileCacheTtl.set(Duration.ofDays(30))
timeout.set(Duration.ofMinutes(15)) // Note to self: this is per shard and not per test.
Expand Down

0 comments on commit b4435b6

Please sign in to comment.