test(e2e): increased base-client timeout to 5min

This commit is contained in:
alina 🌸 2023-12-11 12:21:39 +03:00
parent 987de6571a
commit dba22e7946
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ const { expect } = require('chai')
const { getApiParams } = require('../utils')
describe('@mtcute/core', function () {
this.timeout(60_000)
this.timeout(300_000)
it('connects to test DC and makes help.getNearestDc', async () => {
const tg = new BaseTelegramClient({

View file

@ -6,7 +6,7 @@ import { BaseTelegramClient } from '@mtcute/core'
import { getApiParams } from '../utils.js'
describe('@mtcute/core', function () {
this.timeout(60_000)
this.timeout(300_000)
it('connects to test DC and makes help.getNearestDc', async () => {
const tg = new BaseTelegramClient({

View file

@ -7,7 +7,7 @@ import { BaseTelegramClient } from '@mtcute/core'
import { getApiParams } from '../utils'
describe('@mtcute/core', function () {
this.timeout(60_000)
this.timeout(300_000)
it('connects to test DC and makes help.getNearestDc', async () => {
const tg = new BaseTelegramClient({