Skip to content

Commit

Permalink
test(slide): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
femioladeji committed Jul 3, 2022
1 parent da4ef5a commit 9b82435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/slide.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ test('It should automatically show second child after first slide', async () =>
expect(childrenElements[2].classList).toContain('active');
},
{
timeout: options.duration + options.transitionDuration + 20
timeout: options.duration + options.transitionDuration + 700
}
);
});
Expand Down

0 comments on commit 9b82435

Please sign in to comment.