Increase test timeout (#14814)
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Thu, 6 Dec 2018 01:15:51 +0000 (17:15 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 6 Dec 2018 01:18:11 +0000 (17:18 -0800)
commit67dcf10631d4854657d3f42e4c7611567039c44c
treef82577c52b6585f66bad2cb59dc4697c2fab8436
parentc02b3e7cea7e70d132cab164a8e875a330a081e7
Increase test timeout (#14814)

Summary:
It is possible that some sort of contention causes process scheduling
delays which in turn cause the timeout to *not* be hit.

Increased sleep here will decrease the probability of this happening.

Fixes #14555.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14814

Differential Revision: D13351924

Pulled By: pietern

fbshipit-source-id: 1222cf0855408dfcb79f30f94694c790ee998cf9
test/test_c10d.py