Skip to content

Commit a285bb1

Browse files
Set default error report duration back to 2 hours
1 parent ded68ea commit a285bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Sources/Shared/JFLiterals.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ public let kDiffFile = "diff.png"
7373
/// The threshold value the bot uses. If the NCC value is below this, a notification is triggered
7474
public let kNccThreshold = 0.999
7575
/// 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
76+
public let kErrorReportDuration: TimeInterval = 120 * 60 // 2 hours

0 commit comments

Comments
 (0)