]> granicus.if.org Git - python/commit
Eliminate the sleeps that assume the server will start in .5 seconds.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 01:44:05 +0000 (01:44 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 01:44:05 +0000 (01:44 +0000)
commit6e070814b232d663e222dec7252d8d187d7195ab
treefd04014beae11585ddb4bfdf9612a56f97bf8f6e
parent3d785e2c6a0ceeb83747cf46b509cd1c81e689ca
Eliminate the sleeps that assume the server will start in .5 seconds.
This should make the test less flaky.  It also speeds up the test
by about 75% on my box (20+ seconds -> ~4 seconds).
Lib/test/test_asynchat.py