We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded68ea commit a285bb1Copy full SHA for a285bb1
Shared/Sources/Shared/JFLiterals.swift
@@ -73,4 +73,4 @@ public let kDiffFile = "diff.png"
73
/// The threshold value the bot uses. If the NCC value is below this, a notification is triggered
74
public let kNccThreshold = 0.999
75
/// The duration for which a screenshot capture error has to persist for the user to be notified. Set to 0 to immediately notify on errors
76
-public let kErrorReportDuration: TimeInterval = 1
+public let kErrorReportDuration: TimeInterval = 120 * 60 // 2 hours
0 commit comments