| Index: testing_support/fake_repos.py
|
| diff --git a/testing_support/fake_repos.py b/testing_support/fake_repos.py
|
| index a5af11fe3be22c908fffa4bb50eff73c71667803..8bc4547ddc0a5d78118a8d9c15b0f3a963f1f6ca 100755
|
| --- a/testing_support/fake_repos.py
|
| +++ b/testing_support/fake_repos.py
|
| @@ -124,7 +124,7 @@ def wait_for_port_to_bind(host, port, process):
|
| # immediately, it fails with EINVAL and never gets a chance to
|
| # connect (putting us into a hard spin and then failing).
|
| # Linux doesn't need this.
|
| - time.sleep(0.1)
|
| + time.sleep(0.2)
|
|
|
| try:
|
| start = datetime.datetime.utcnow()
|
|
|