Skip to content
Snippets Groups Projects
Commit 9cec3322 authored by Casey Kuhlman's avatar Casey Kuhlman Committed by GitHub
Browse files

Merge pull request #650 from silasdavis/docker-tweaks

Slacken multiplex test timing
parents c54f727f a8f7163a
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ func TestMultiplexedEvents(t *testing.T) {
mutex2.Unlock()
})
time.Sleep(2 * mockInterval)
time.Sleep(4 * mockInterval)
err := emitter12.Unsubscribe("Sub12")
assert.NoError(t, err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment