mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 10:19:16 +02:00
try fix travis and a spurious exception on __del__ time -- only do something if module globals are not None, some other fixups
This commit is contained in:
parent
66d6621f93
commit
669de40f66
6 changed files with 22 additions and 15 deletions
|
@ -48,7 +48,7 @@ def acfactory(pytestconfig, tmpdir, request):
|
|||
configdict = self.configlist.pop(0)
|
||||
tmpdb = tmpdir.join("livedb%d" % self.live_count)
|
||||
ac = Account(tmpdb.strpath, logid="ac{}".format(self.live_count))
|
||||
ac._evlogger.set_timeout(10)
|
||||
ac._evlogger.set_timeout(20)
|
||||
ac.set_config(**configdict)
|
||||
if started:
|
||||
ac.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue