Skip to content

Commit

Permalink
Update build_error.bzl: set timeout (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Nov 27, 2024
1 parent 33c940b commit c850542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/cc/build_error.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -712,4 +712,5 @@ def cc_build_error_test(*, name, **kwargs):
}),
tags = tags,
visibility = visibility,
timeout = "short",
)

0 comments on commit c850542

Please sign in to comment.