From 9919e435bb8ddfb6ea1b3906a2207420b0c5d8cc Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 1 Nov 2024 12:58:12 -0400 Subject: [PATCH] wait longer for CI --- src/components/select/select.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/select/select.test.ts b/src/components/select/select.test.ts index 114199ae7..a9ca7a225 100644 --- a/src/components/select/select.test.ts +++ b/src/components/select/select.test.ts @@ -507,7 +507,7 @@ describe('', () => { option.textContent = 'updated'; - await aTimeout(0); + await aTimeout(250); await option.updateComplete; await el.updateComplete;