Skip to content

Commit b175bc9

Browse files
author
marker dao ®
committed
feat(tests): Increase timeout
1 parent e32e758 commit b175bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demos/testing/widgets/accordion/Accordion.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runManualTest('Accordion', 'Overview', ['jQuery', 'React', 'Angular', 'Vue'], (t
1616
test('Custom Overview Appearance', async (t) => {
1717
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1818

19-
await t.wait(1000);
19+
await t.wait(2000);
2020

2121
await t
2222
.click($(`.${ITEM_TITLE_CLASS}`).nth(1))

0 commit comments

Comments
 (0)