forked from GithubBackups/healthchecks
Possibly fix mysql timestamp issue in Travis run
This commit is contained in:
parent
a97f23190e
commit
78a32d109a
@ -11,7 +11,7 @@ class ListChecksTestCase(BaseTestCase):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(ListChecksTestCase, self).setUp()
|
super(ListChecksTestCase, self).setUp()
|
||||||
|
|
||||||
self.now = now()
|
self.now = now().replace(microsecond=0)
|
||||||
|
|
||||||
self.a1 = Check(user=self.alice, name="Alice 1")
|
self.a1 = Check(user=self.alice, name="Alice 1")
|
||||||
self.a1.timeout = td(seconds=3600)
|
self.a1.timeout = td(seconds=3600)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user