Skip to content

Commit a08b294

Browse files
committed
fix: increase test timer
1 parent c42e870 commit a08b294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/widgets/Form/__tests__/MultiSelect.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,6 @@ describe("MultiSelect Widget", () => {
798798
expect(screen.queryByText("Bella Davis", selected)).toBeVisible();
799799
expect(screen.queryByText("Sophia Lee", selected)).toBeVisible();
800800
});
801-
}, 10000);
801+
}, 15000);
802802
});
803803
/* eslint-enable react/no-children-prop */

0 commit comments

Comments
 (0)