Skip to content

Commit

Permalink
Revert to a fixed number of shards on emulator.wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Dec 6, 2024
1 parent ce9f542 commit e66ab4b
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/"))
shardTargetRuntime.set(2) // 2 minutes.
numUniformShards.set(3)
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 e66ab4b

Please sign in to comment.