Commit a30def6c authored by Ezio Melotti's avatar Ezio Melotti

#12601: merge with 3.2.

parents 6ce6a45e 1beea5b7
......@@ -232,7 +232,7 @@ class UnixBrowser(BaseBrowser):
stdout=(self.redirect_stdout and inout or None),
stderr=inout, start_new_session=True)
if remote:
# wait five secons. If the subprocess is not finished, the
# wait five seconds. If the subprocess is not finished, the
# remote invocation has (hopefully) started a new instance.
time.sleep(1)
rc = p.poll()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment