[issue15152] test_subprocess fqailures on awfully slow builtbots

2012-06-25 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: You could make the test a loop, with the timeout increasing each time through the loop, failing only if all tries fail.  That way on faster machines the test will pass faster.  It'll take even longer on slow machines, but they are

[issue15152] test_subprocess fqailures on awfully slow builtbots

2012-06-24 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: You could make the test a loop, with the timeout increasing each time through the loop, failing only if all tries fail. That way on faster machines the test will pass faster. It'll take even longer on slow machines, but they are slow

[issue15152] test_subprocess fqailures on awfully slow builtbots

2012-06-23 Thread Charles-François Natali
New submission from Charles-François Natali neolo...@free.fr: Some test_subprocess tests are failing on really slow buildbots, such as the Ubtuntu ARM one: == ERROR: test_wait_timeout (test.test_subprocess.ProcessTestCase)

[issue15152] test_subprocess fqailures on awfully slow builtbots

2012-06-23 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Barry (the buildbot owner) could take a look. -- nosy: +barry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15152 ___