]> granicus.if.org Git - python/commit
Try to prevent this test from being flaky. We might need a sleep in here
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 05:02:34 +0000 (05:02 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 05:02:34 +0000 (05:02 +0000)
commit46c61b2c1dc082da1ab016e74c7074c3b653a358
treec5acc4074195e54640eef7f62c1718e8f4fe138b
parent6e070814b232d663e222dec7252d8d187d7195ab
Try to prevent this test from being flaky.  We might need a sleep in here
which isn't as bad as it sounds.  The close() *should* raise an exception,
so if it didn't we should give more time to sync and really raise it.

Will backport.
Lib/test/test_resource.py