Skip to content

Commit

Permalink
Merge pull request #2045 from openzim/flaky-test
Browse files Browse the repository at this point in the history
Increase test timeout to avoid flakiness
  • Loading branch information
kelson42 committed Jun 23, 2024
2 parents e940d85 + d8cf9ea commit 7f61953
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/mwApiCapabilities.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import MediaWiki from '../../src/MediaWiki.js'
import { jest } from '@jest/globals'

jest.setTimeout(30000)

describe('Checking Mediawiki capabilities', () => {
beforeEach(() => {
Expand Down

0 comments on commit 7f61953

Please sign in to comment.