From 31bb21e18e952259df9fcbfb6741222391547fda Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 13 Jan 2021 15:21:33 -0500 Subject: [PATCH] Update TestingViewController.swift --- ProjectClock/TestingViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectClock/TestingViewController.swift b/ProjectClock/TestingViewController.swift index c97a9b8..f0654a5 100644 --- a/ProjectClock/TestingViewController.swift +++ b/ProjectClock/TestingViewController.swift @@ -53,7 +53,7 @@ class TestingViewController: UIViewController { // Readies notification to be sent - let trigger = UNTimeIntervalNotificationTrigger(timeInterval: 5, repeats: false) + let trigger = UNTimeIntervalNotificationTrigger(timeInterval: 10, repeats: false) let request = UNNotificationRequest(identifier: "notification.id.01", content: content, trigger: trigger) // Sends notification