Skip to content

Commit

Permalink
wait longer for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 1, 2024
1 parent f7e9688 commit 9919e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/select.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ describe('<sl-select>', () => {

option.textContent = 'updated';

await aTimeout(0);
await aTimeout(250);
await option.updateComplete;
await el.updateComplete;

Expand Down

0 comments on commit 9919e43

Please sign in to comment.