chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sync with disorder.dev
[disorder]
/
tests
/
nothing.py
diff --git
a/tests/nothing.py
b/tests/nothing.py
index 34cc706eb8c5351c3e0391399a7f9377c19d7030..a635f7fbb2ebcde623321c4ed1ea94a212b660a5 100755
(executable)
--- a/
tests/nothing.py
+++ b/
tests/nothing.py
@@
-22,7
+22,8
@@
import dtest,time
def test():
"""Just start the server and then stop it a few seconds later"""
- time.sleep(5)
+ dtest.start_daemon()
+ time.sleep(2)
if __name__ == '__main__':
dtest.run(test)