Skip to content

Commit

Permalink
Incrementing the shard count to 6 since the tests timeout in ci with …
Browse files Browse the repository at this point in the history
…4 and 6 seems like a middle ground
  • Loading branch information
Rd4dev committed Jul 15, 2024
1 parent b0432f1 commit f6fa8af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kt_jvm_test(
name = "RunCoverageTest",
size = "large",
srcs = ["RunCoverageTest.kt"],
shard_count = 4,
shard_count = 6,
deps = [
"//scripts:test_file_check_assets",
"//scripts/src/java/org/oppia/android/scripts/coverage:run_coverage_lib",
Expand Down

0 comments on commit f6fa8af

Please sign in to comment.