Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
add longer chromatic delay for SelectTests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Mar 10, 2021
1 parent 57261e0 commit 4327f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Select/SelectTests.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ storiesOf("Tests/Select", module)
</div>
),
{
chromatic: { delay: 200 },
chromatic: { delay: 2000 },
},
)
.add(
Expand Down Expand Up @@ -82,6 +82,6 @@ storiesOf("Tests/Select", module)
</div>
),
{
chromatic: { delay: 200 },
chromatic: { delay: 2000 },
},
);

0 comments on commit 4327f8a

Please sign in to comment.