mirror of
https://github.com/coredns/coredns.git
synced 2025-10-17 10:21:08 +02:00
plugin/kubernetes: re-add sleep(3) (#1166)
This flakyness is driving me crazy. Add the sleep(3s) back.
This commit is contained in:
parent
4fc381a491
commit
5f813bcc21
@ -279,7 +279,7 @@ func doIntegrationTests(t *testing.T, corefile string, testCases []test.Case) {
|
|||||||
}
|
}
|
||||||
defer server.Stop()
|
defer server.Stop()
|
||||||
|
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(3 * time.Second)
|
||||||
|
|
||||||
for _, tc := range testCases {
|
for _, tc := range testCases {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user