Commit 5f813bcc authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

plugin/kubernetes: re-add sleep(3) (#1166)

This flakyness is driving me crazy. Add the sleep(3s) back.
parent 4fc381a4
......@@ -279,7 +279,7 @@ func doIntegrationTests(t *testing.T, corefile string, testCases []test.Case) {
}
defer server.Stop()
time.Sleep(1 * time.Second)
time.Sleep(3 * time.Second)
for _, tc := range testCases {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment