Skip to content

Commit

Permalink
#1111: tests: reduce size for serialized test also to fit in memory
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 16, 2020
1 parent 74e3eb7 commit a8c664f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/active/test_active_send_large.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ using NonSerTestTypes = testing::Types<
using SerTestTypes = testing::Types<
std::tuple<std::integral_constant<NumBytesType, 30>, SerializedTag>,
std::tuple<std::integral_constant<NumBytesType, 31>, SerializedTag>,
std::tuple<std::integral_constant<NumBytesType, 34>, SerializedTag>
std::tuple<std::integral_constant<NumBytesType, 32>, SerializedTag>
>;

INSTANTIATE_TYPED_TEST_SUITE_P(
Expand Down

0 comments on commit a8c664f

Please sign in to comment.