chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
The initial rescan now blocks any client connections. This means that
[disorder]
/
tests
/
nothing.py
diff --git
a/tests/nothing.py
b/tests/nothing.py
index f3bdeb94e777784c8390f5a59ff386db18d314f3..c12443eb7e523177d99a17cfe071dbb9c4428e98 100755
(executable)
--- a/
tests/nothing.py
+++ b/
tests/nothing.py
@@
-21,9
+21,8
@@
import dtest,time
def test():
import dtest,time
def test():
- """Just start the server and then stop it
a few seconds later
"""
+ """Just start the server and then stop it"""
dtest.start_daemon()
dtest.start_daemon()
- time.sleep(2)
if __name__ == '__main__':
dtest.run()
if __name__ == '__main__':
dtest.run()