mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Defined outdated tests are 30+ days old instead of 45
This commit is contained in:
parent
317df3d148
commit
ca5852c85f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class AppCIResult(db.Model):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def outdated(self):
|
def outdated(self):
|
||||||
return (datetime.datetime.now() - self.date).days > 45
|
return (datetime.datetime.now() - self.date).days > 30
|
||||||
|
|
||||||
|
|
||||||
class AppCI():
|
class AppCI():
|
||||||
|
|
Loading…
Reference in a new issue