Skip to content

Commit

Permalink
extend timeout time for unit tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Feb 26, 2024
1 parent 141774c commit db71816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/testing.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def generate_unit_tests(sources):
name = name,
srcs = [source],
size = "small",
timeout = "moderate",
copts = COPTS,
linkopts = ["-lpthread"],
defines = [
Expand Down

0 comments on commit db71816

Please sign in to comment.