C test: cancel thread on unload

This commit is contained in:
James Booth
2016-07-05 23:16:34 +01:00
parent 8cf42e000b
commit ef43aa0267
2 changed files with 3 additions and 2 deletions

View File

@@ -457,7 +457,7 @@ def prof_init(version, status, account_name, fulljid):
[ "add", "remove" ]
)
prof.register_timed(timed_callback, 30)
prof.register_timed(timed_callback, 5)
def prof_on_start():