fix the clipboard testing and add test 40 back to the testing

This commit is contained in:
2026-01-01 20:46:03 -07:00
parent 4a3b968ee2
commit b91d387815
4 changed files with 22 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ export type NotifyFunction = (
// Standard timeouts
export const TIMEOUTS = {
BRIEF: 1000, // Very brief toasts ("Sent..." messages)
SHORT: 6000, // Short notifications (clipboard copies, quick confirmations)
SHORT: 3000, // Short notifications (clipboard copies, quick confirmations)
STANDARD: 3000, // Standard notifications (success messages, general info)
LONG: 8000, // Longer notifications (errors, warnings, important info)
VERY_LONG: 10000, // Very long notifications (complex operations)