Skip to content

Commit

Permalink
Increase test timeout to avoid flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Jun 23, 2024
1 parent e940d85 commit d8cf9ea
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 d8cf9ea

Please sign in to comment.