1
0
Fork 0
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:
holger krekel 2018-09-14 11:53:13 +02:00
parent 66d6621f93
commit 669de40f66
6 changed files with 22 additions and 15 deletions

View file

@ -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()