let server: ServerInfo = null
before(async function () {
- this.timeout(10000)
+ this.timeout(30000)
await flushTests()
// ---------------------------------------------------------------
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
await flushTests()
// ---------------------------------------------------------------
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
await flushTests()
server = await runServer(1)
// ---------------------------------------------------------------
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
await flushTests()
server = await runServer(1)
// ---------------------------------------------------------------
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
await flushTests()
// ---------------------------------------------------------------
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
await flushTests()
// ---------------------------------------------------------------
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
await flushTests()
// ---------------------------------------------------------------
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
await flushTests()
// ---------------------------------------------------------------
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
await flushTests()
let server = null
before(async function () {
- this.timeout(10000)
+ this.timeout(30000)
await flushTests()
server = await runServer(1)
let servers: ServerInfo[] = []
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
servers = await flushAndRunMultipleServers(3)
})
before(async function () {
- this.timeout(20000)
+ this.timeout(30000)
servers = await flushAndRunMultipleServers(2)
let userId: number
before(async function () {
- this.timeout(10000)
+ this.timeout(30000)
await flushTests()
server = await runServer(1)
let server: ServerInfo = null
before(async function () {
- this.timeout(10000)
+ this.timeout(30000)
await flushTests()
}
before(async function () {
- this.timeout(10000)
+ this.timeout(30000)
await flushTests()
let videoChannelId: number
before(async function () {
- this.timeout(10000)
+ this.timeout(30000)
await flushTests()
let replyToDeleteId: number
before(async function () {
- this.timeout(10000)
+ this.timeout(30000)
await flushTests()
let servers: ServerInfo[] = []
before(async function () {
- this.timeout(10000)
+ this.timeout(30000)
// Run servers
servers = await flushAndRunMultipleServers(2)