﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
229	intermittent test failure in foolscap.test.test_call.TestCall.testCall1 on travis+pypy	Brian Warner		"The travis-ci builder, when running unit tests on pypy, occasionally fails testCall1, like here:

 https://travis-ci.org/warner/foolscap/jobs/36113857

There's not much to go on, it's just a timeout after the test takes more than 120 seconds to complete. I've seen it pass successfully on travis+pypy while taking a surprisingly long time, maybe 60 seconds by my eyeball.

Things to try:

* run this test locally and see if it takes a significant amount of time
* add --reporter=timing to a few runs and see how long a successful run takes on travis+pypy
* install pypy locally and see if it takes more time to run than normal python
* if so, figure out what's taking so long and fix it
* and/or increase the timeout

Based on a small number of samples, I think the failure rate is maybe 40%.
"	defect	closed	major	0.13.0	unknown	0.7.0	wontfix		
