This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anton.barkovsky
Recipients anton.barkovsky
Date 2012-07-30.11:18:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343647122.66.0.223275733233.issue15499@psf.upfronthosting.co.za>
In-reply-to
Content
webbrowser.UnixBrowser._invoke will sleep for at least 1 second after
launching browser process and then probably 4 more seconds. These numbers
are hardcoded and can't be modified which is especially problematic for
testing.

I think this code should be replaced with Popen.wait with timeout.
A patch is attached.
History
Date User Action Args
2012-07-30 11:18:42anton.barkovskysetrecipients: + anton.barkovsky
2012-07-30 11:18:42anton.barkovskysetmessageid: <1343647122.66.0.223275733233.issue15499@psf.upfronthosting.co.za>
2012-07-30 11:18:42anton.barkovskylinkissue15499 messages
2012-07-30 11:18:41anton.barkovskycreate