wait longer for CI

This commit is contained in:
Cory LaViska
2024-11-01 12:58:12 -04:00
parent f7e9688fe0
commit 9919e435bb

View File

@@ -507,7 +507,7 @@ describe('<sl-select>', () => {
option.textContent = 'updated';
await aTimeout(0);
await aTimeout(250);
await option.updateComplete;
await el.updateComplete;