Skip to content

Commit

Permalink
Increase test timeout for article treatment test
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimKovalenkoSNF committed Aug 1, 2023
1 parent b9be7b6 commit 6a00b54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/treatments/article.treatment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { mwRetToArticleDetail } from '../../../src/util/mw-api.js'
import { setupScrapeClasses } from '../../util.js'
import { redisStore, startRedis, stopRedis } from '../bootstrap.js'
import { saveArticles } from '../../../src/util/saveArticles.js'
import { jest } from '@jest/globals'

jest.setTimeout(10000)

describe('ArticleTreatment', () => {
beforeAll(startRedis)
Expand Down

0 comments on commit 6a00b54

Please sign in to comment.