Skip to content

Commit 18865c8

Browse files
author
Sebastian Molenda
committed
missing required package
1 parent d853b9e commit 18865c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ flake8
55
pytest
66
pytest-asyncio
77
httpx
8+
h2
89
requests
910
aiohttp
1011
cbor2

tests/acceptance/subscribe/steps/then_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async def step_impl(ctx):
125125
@async_run_until_complete
126126
async def step_impl(context, channel1, channel2):
127127
context.pubnub.unsubscribe().channels([channel1, channel2]).execute()
128-
await asyncio.sleep(0.5)
128+
await asyncio.sleep(3)
129129

130130

131131
@then(u'I don\'t observe any Events and Invocations of the Presence EE')

0 commit comments

Comments
 (0)