Skip to content

Commit

Permalink
bump up test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Oct 27, 2023
1 parent 04b763c commit df5e84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WikimediaStreamTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ beforeAll( () => {
describe( 'WikimediaStream tests', () => {

beforeEach( ( doneFn ) => {
setTimeout( doneFn, 1000 );
setTimeout( doneFn, 5000 );
} );

test( 'start stream from canonical ID (mediawiki.recentchange)', () => {
Expand Down

0 comments on commit df5e84e

Please sign in to comment.