Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Fixed test race that caused spurious failures -- I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Feb 15, 2015
1 parent 8a6f18c commit 28723c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zc/resumelb/worker.test
Expand Up @@ -601,7 +601,7 @@ Now, we'll make some requests:
C 0.22 2012-02-05 01:02:03.020456
>>> now += datetime.timedelta(microseconds=10000)
>>> write_message(worker_socket, 11, '')
>>> read_message(worker_socket) # doctest: +ELLIPSIS
>>> read_message(worker_socket); gevent.sleep(.01) # doctest: +ELLIPSIS
I 0.11 2012-02-05 01:02:03.030456 0
T 0.22 2012-02-05 01:02:03.030456 test
- 0.22 2012-02-05 01:02:03.030456 test2
Expand Down

0 comments on commit 28723c0

Please sign in to comment.