Skip to content
Snippets Groups Projects
Commit 30bac4c8 authored by Thai Duong's avatar Thai Duong
Browse files

Increasing size of cross-language tests to avoid test flakiness.

Change-Id: I4f376ccef931346273539ba187747ca9ebf59d1c
ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
GitOrigin-RevId: 7635e07b9dc9aa16534d67a10052da1b453e3fd0
parent 158d2422
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ sh_test(
sh_test(
name = "aead_test",
size = "small",
size = "medium",
srcs = [
"aead_test.sh",
],
......@@ -40,7 +40,7 @@ sh_test(
sh_test(
name = "hybrid_encryption_test",
size = "small",
size = "medium",
srcs = [
"hybrid_encryption_test.sh",
],
......@@ -57,7 +57,7 @@ sh_test(
sh_test(
name = "signature_test",
size = "small",
size = "medium",
srcs = [
"signature_test.sh",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment