Skip to content

Commit

Permalink
Debug...
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Jan 7, 2025
1 parent f2d76aa commit 7d4dd59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/acceptance/subscribe/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ def after_scenario(context: Context, feature):
loop.run_until_complete(task)
except asyncio.CancelledError:
pass
except Exception as e:
print(e)

loop.run_until_complete(asyncio.sleep(1.5))
del context.pubnub

Expand Down

0 comments on commit 7d4dd59

Please sign in to comment.