Skip to content

Commit

Permalink
chore: add nextFrame to complexmodalready promise
Browse files Browse the repository at this point in the history
  • Loading branch information
Najika Yoo committed Aug 7, 2023
1 parent 7f80987 commit 1a352cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/visual/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const test = (
await waitUntil(
() => test.ready,
'Wait for decorator to become ready...',
{ timeout: 15000 }
{ timeout: 20000 }
);
await nextFrame();
const testName = `${color} - ${scale} - ${dir} - ${name} - ${story}`;
Expand Down

0 comments on commit 1a352cd

Please sign in to comment.