Skip to content

Commit

Permalink
chore: Adjust dev tools timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Jun 7, 2024
1 parent 0f22516 commit cf02c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/etc/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const WHITE: Color = {r: 255, g: 255, b: 255};
* After the mouse leaves the DevTools container, it will wait this amount of
* time and then hide itself.
*/
export const DEVTOOLS_MOUSE_LEAVE_TIMEOUT = ms('10 seconds');
export const DEVTOOLS_MOUSE_LEAVE_TIMEOUT = ms('32 seconds');

// ----- Image Tuning Overrides ------------------------------------------------

Expand Down

0 comments on commit cf02c23

Please sign in to comment.