load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "custom_timeouts_test",
srcs = ["custom_timeouts_test.go"],
deps = ["//pkg/testing/integration"],
)