diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-29 11:59:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-29 13:40:39 +0200 |
commit | 2284f202070aa2e49156cc52b3b1596a7d5aadec (patch) | |
tree | 77aeb00016734667f8ff32a98ea8b4a6ed3ca31e /server/tests/api/notifications/user-notifications.ts | |
parent | 112be80ebdf96ef6a27420c1c6a10097388731a9 (diff) | |
download | PeerTube-2284f202070aa2e49156cc52b3b1596a7d5aadec.tar.gz PeerTube-2284f202070aa2e49156cc52b3b1596a7d5aadec.tar.zst PeerTube-2284f202070aa2e49156cc52b3b1596a7d5aadec.zip |
Add gitlab ci support
Diffstat (limited to 'server/tests/api/notifications/user-notifications.ts')
-rw-r--r-- | server/tests/api/notifications/user-notifications.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index 662b64e05..6fa630562 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts | |||
@@ -782,7 +782,7 @@ describe('Test users notifications', function () { | |||
782 | it('Should not send a notification before the video is published', async function () { | 782 | it('Should not send a notification before the video is published', async function () { |
783 | this.timeout(20000) | 783 | this.timeout(20000) |
784 | 784 | ||
785 | let updateAt = new Date(new Date().getTime() + 100000) | 785 | let updateAt = new Date(new Date().getTime() + 1000000) |
786 | 786 | ||
787 | const data = { | 787 | const data = { |
788 | privacy: VideoPrivacy.PRIVATE, | 788 | privacy: VideoPrivacy.PRIVATE, |
@@ -1074,7 +1074,7 @@ describe('Test users notifications', function () { | |||
1074 | it('Should send unblacklist but not published/subscription notes after unblacklisted if scheduled update pending', async function () { | 1074 | it('Should send unblacklist but not published/subscription notes after unblacklisted if scheduled update pending', async function () { |
1075 | this.timeout(20000) | 1075 | this.timeout(20000) |
1076 | 1076 | ||
1077 | let updateAt = new Date(new Date().getTime() + 100000) | 1077 | let updateAt = new Date(new Date().getTime() + 1000000) |
1078 | 1078 | ||
1079 | const name = 'video with auto-blacklist and future schedule ' + uuidv4() | 1079 | const name = 'video with auto-blacklist and future schedule ' + uuidv4() |
1080 | 1080 | ||