Skip to content
Prev Previous commit
Next Next commit
attempt fixing Sqlite tests
  • Loading branch information
felixdivo committed Feb 28, 2018
commit fbb8b032431d1b1cbbf273cfdcee897cf6fc91ac
2 changes: 1 addition & 1 deletion test/logformats_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class TestSqliteDatabaseFormat(unittest.TestCase):

def test_writer_and_reader(self):
_test_writer_and_reader(self, can.SqliteWriter, can.SqliteReader,
sleep_time=can.SqliteWriter.MAX_TIME_BETWEEN_WRITES,
sleep_time=can.SqliteWriter.MAX_TIME_BETWEEN_WRITES + 0.5,
check_comments=False)

def testSQLWriterWritesToSameFile(self):
Expand Down