| Index: remoting/host/linux/linux_me2me_host.py
|
| diff --git a/remoting/host/linux/linux_me2me_host.py b/remoting/host/linux/linux_me2me_host.py
|
| index d6d17122c29fe405d8733e84b1ee43cc7df7e19b..e24965c8654532805ac13ddef590410f4667c6b2 100755
|
| --- a/remoting/host/linux/linux_me2me_host.py
|
| +++ b/remoting/host/linux/linux_me2me_host.py
|
| @@ -394,7 +394,7 @@ class Desktop:
|
| self.child_env["SSH_AUTH_SOCK"] = self.ssh_auth_sockname
|
|
|
| # Wait for X to be active.
|
| - for _test in range(5):
|
| + for _test in range(20):
|
| proc = subprocess.Popen("xdpyinfo", env=self.child_env, stdout=devnull)
|
| _pid, retcode = os.waitpid(proc.pid, 0)
|
| if retcode == 0:
|
|
|