test(timeout): Change some timeouts fo tests

This commit is contained in:
smizrahi
2023-08-17 11:27:04 +02:00
parent fce02db7d1
commit 1c93796ae1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -933,5 +933,5 @@ describe('CalDAV Scheduling', function() {
vcalendarInvitationAttendee = await _getEvent(webdavAttendee1, attendee1Calendar, icsName, 404)
vcalendarInvitationDelegate = await _getEvent(webdavAttendee1Delegate, attendee1DelegateCalendar, icsName, 404)
})
}, 10000) // increase timeout for this long test
})
+1 -1
View File
@@ -232,7 +232,7 @@ describe('CardDAV extensions', function() {
expect(emails)
.withContext(`Returned vCard has email of ${config.attendee1_username} (${config.attendee1})`)
.toContain(config.attendee1)
})
}, 10000) // increase timeout for this long test
// CARDDAV:addressbook-multiget Report
// https://datatracker.ietf.org/doc/html/rfc6352#section-8.7
+1 -1
View File
@@ -229,5 +229,5 @@ describe('Apple iCal', function() {
.toBe(0)
await webdav_su.deleteObject(otherResource)
})
}, 10000) // increase timeout for this long test
})