mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove low timeouts
Default timeout is 30s
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user