summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/testutil/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-07-25 17:36:52 -0700
committerShentubot <shentubot@google.com>2018-07-25 17:37:53 -0700
commite5adf42f66a3090f6124bceb5487238bf7526302 (patch)
treeb6cc931ea9cf1d565dd7c79f7b16ae97deeb7df0 /runsc/test/testutil/BUILD
parent7cd9405b9cc112ebe352af0e5f13b7b57628001b (diff)
Replace sleeps with waits in tests - part I
PiperOrigin-RevId: 206084473 Change-Id: I44e1b64b9cdd2964357799dca27cc0cbc19ce07d
Diffstat (limited to 'runsc/test/testutil/BUILD')
-rw-r--r--runsc/test/testutil/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/test/testutil/BUILD b/runsc/test/testutil/BUILD
index 3ebcc1362..03ab3c4ac 100644
--- a/runsc/test/testutil/BUILD
+++ b/runsc/test/testutil/BUILD
@@ -16,6 +16,7 @@ go_library(
deps = [
"//runsc/boot",
"//runsc/specutils",
+ "@com_github_cenkalti_backoff//:go_default_library",
"@com_github_opencontainers_runtime-spec//specs-go:go_default_library",
],
)