test(e2e): increased base-client timeout to 5min
This commit is contained in:
parent
987de6571a
commit
dba22e7946
3 changed files with 3 additions and 3 deletions
|
@ -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({
|
||||
|
|
|
@ -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({
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue