Skip to content

Conversation

@TomAugspurger
Copy link
Member

cc @mrocklin if you have a chance to review.

Closes #2880

# https://github.com/dask/distributed/issues/2880
with captured_logger("tornado.application", logging.ERROR) as logger:
await s.close()
await gen.sleep(1)
Copy link
Member

@mrocklin mrocklin Nov 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
await gen.sleep(1)
await gen.sleep(1.2)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we wait a little bit longer to avoid a race condition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timed out trying to connect to host after 10 s

2 participants