Increase tests timeout

pull/232/head
Chocobozzz 2018-01-18 18:10:45 +01:00
parent 5668bf2e51
commit e212f88714
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
18 changed files with 18 additions and 18 deletions

View File

@ -10,7 +10,7 @@ describe('Test activitypub', function () {
let server: ServerInfo = null
before(async function () {
this.timeout(10000)
this.timeout(30000)
await flushTests()

View File

@ -13,7 +13,7 @@ describe('Test users API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(20000)
this.timeout(30000)
await flushTests()

View File

@ -45,7 +45,7 @@ describe('Test config API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(20000)
this.timeout(30000)
await flushTests()
server = await runServer(1)

View File

@ -14,7 +14,7 @@ describe('Test server follows API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(20000)
this.timeout(30000)
await flushTests()
server = await runServer(1)

View File

@ -24,7 +24,7 @@ describe('Test users API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(20000)
this.timeout(30000)
await flushTests()

View File

@ -15,7 +15,7 @@ describe('Test video abuses API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(20000)
this.timeout(30000)
await flushTests()

View File

@ -19,7 +19,7 @@ describe('Test videos API validator', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(20000)
this.timeout(30000)
await flushTests()

View File

@ -23,7 +23,7 @@ describe('Test video comments API validator', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(20000)
this.timeout(30000)
await flushTests()

View File

@ -21,7 +21,7 @@ describe('Test videos API validator', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(20000)
this.timeout(30000)
await flushTests()

View File

@ -16,7 +16,7 @@ describe('Test config', function () {
let server = null
before(async function () {
this.timeout(10000)
this.timeout(30000)
await flushTests()
server = await runServer(1)

View File

@ -27,7 +27,7 @@ describe('Test follows', function () {
let servers: ServerInfo[] = []
before(async function () {
this.timeout(20000)
this.timeout(30000)
servers = await flushAndRunMultipleServers(3)

View File

@ -76,7 +76,7 @@ describe('Test handle downs', function () {
})
before(async function () {
this.timeout(20000)
this.timeout(30000)
servers = await flushAndRunMultipleServers(2)

View File

@ -23,7 +23,7 @@ describe('Test users', function () {
let userId: number
before(async function () {
this.timeout(10000)
this.timeout(30000)
await flushTests()
server = await runServer(1)

View File

@ -11,7 +11,7 @@ describe('Test services', function () {
let server: ServerInfo = null
before(async function () {
this.timeout(10000)
this.timeout(30000)
await flushTests()

View File

@ -76,7 +76,7 @@ describe('Test a single server', function () {
}
before(async function () {
this.timeout(10000)
this.timeout(30000)
await flushTests()

View File

@ -26,7 +26,7 @@ describe('Test a video channels', function () {
let videoChannelId: number
before(async function () {
this.timeout(10000)
this.timeout(30000)
await flushTests()

View File

@ -23,7 +23,7 @@ describe('Test video comments', function () {
let replyToDeleteId: number
before(async function () {
this.timeout(10000)
this.timeout(30000)
await flushTests()

View File

@ -13,7 +13,7 @@ describe('Test video transcoding', function () {
let servers: ServerInfo[] = []
before(async function () {
this.timeout(10000)
this.timeout(30000)
// Run servers
servers = await flushAndRunMultipleServers(2)