bump edenfs startup timeout to 60 for integration tests

Summary:
I am seeing occasional timeouts on my smaller devvm when
running `buck test eden/integration/...`.

Reviewed By: bolinfest

Differential Revision: D6541864

fbshipit-source-id: 401deb8b44adae8cc362bbba8b638fe08abb9b1e
This commit is contained in:
Chad Austin 2017-12-12 10:49:06 -08:00 committed by Facebook Github Bot
parent 65b855227f
commit bbdac6e7fd

View File

@ -154,7 +154,7 @@ class EdenFS(object):
return cmd
def start(
self, timeout: float=30, takeover_from: Optional[int]=None
self, timeout: float=60, takeover_from: Optional[int]=None
):
'''
Run "eden daemon" to start the eden daemon.