summaryrefslogtreecommitdiff
path: root/tests/plugins/http/http_plugin_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-26 14:08:33 +0300
committerValery Piashchynski <[email protected]>2021-06-26 14:08:33 +0300
commit53e50a05bd27ecec03695b69defd920fc4a25c5c (patch)
treee86ca391e5a85118098c6340a0f0ae86747db042 /tests/plugins/http/http_plugin_test.go
parentad1ca84b26bb6a4ba410a8a684fe3d2e2f86eaea (diff)
parentfc540f6029772ff51913b8ee3c082f8197010c52 (diff)
Merge remote-tracking branch 'origin/master' into feature/jobs_plugin
Diffstat (limited to 'tests/plugins/http/http_plugin_test.go')
-rw-r--r--tests/plugins/http/http_plugin_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/http/http_plugin_test.go b/tests/plugins/http/http_plugin_test.go
index fcedb943..c3949911 100644
--- a/tests/plugins/http/http_plugin_test.go
+++ b/tests/plugins/http/http_plugin_test.go
@@ -1481,6 +1481,8 @@ func informerTestAfter(t *testing.T) {
assert.NotZero(t, workerPid)
+ time.Sleep(time.Second * 5)
+
err = client.Call("informer.Workers", "http", &list)
assert.NoError(t, err)
assert.Len(t, list.Workers, 1)