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
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue