Remove low timeouts

Default timeout is 30s
This commit is contained in:
Chocobozzz
2023-05-22 09:20:28 +02:00
parent 679f8800cd
commit 33b91e53d2
32 changed files with 2 additions and 162 deletions

View File

@@ -71,8 +71,6 @@ describe('Official plugin auto-block videos', function () {
})
it('Should auto block a video', async function () {
this.timeout(10000)
await check(servers[0], server2Videos[0].uuid, true)
blocklistServer.replace({
@@ -98,8 +96,6 @@ describe('Official plugin auto-block videos', function () {
})
it('Should not block a local video', async function () {
this.timeout(10000)
await check(servers[0], server1Videos[0].uuid, true)
blocklistServer.replace({
@@ -116,8 +112,6 @@ describe('Official plugin auto-block videos', function () {
})
it('Should remove a video block', async function () {
this.timeout(10000)
await check(servers[0], server2Videos[0].uuid, false)
blocklistServer.replace({

View File

@@ -50,8 +50,6 @@ describe('Official plugin auto-mute', function () {
})
it('Should add a server blocklist', async function () {
this.timeout(10000)
blocklistServer.replace({
data: [
{
@@ -67,8 +65,6 @@ describe('Official plugin auto-mute', function () {
})
it('Should remove a server blocklist', async function () {
this.timeout(10000)
blocklistServer.replace({
data: [
{
@@ -85,8 +81,6 @@ describe('Official plugin auto-mute', function () {
})
it('Should add an account blocklist', async function () {
this.timeout(10000)
blocklistServer.replace({
data: [
{
@@ -102,8 +96,6 @@ describe('Official plugin auto-mute', function () {
})
it('Should remove an account blocklist', async function () {
this.timeout(10000)
blocklistServer.replace({
data: [
{