diff --git a/src/tooltip/tooltip.tsx b/src/tooltip/tooltip.tsx index 5524163d9..225a5956c 100644 --- a/src/tooltip/tooltip.tsx +++ b/src/tooltip/tooltip.tsx @@ -77,7 +77,7 @@ type TooltipProps = { } // These are exported to be used in the tests, they are not meant to be exported publicly -export const SHOW_DELAY = 500 +export const SHOW_DELAY = 1000 export const HIDE_DELAY = 100 function useDelayedTooltipState(initialState: AriakitTooltipStateProps) {