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 c3d54b6 commit 5db1a59Copy full SHA for 5db1a59
com.unity.mobile.notifications/Tests/Runtime/Android/AndroidNotificationSendingTests.cs
@@ -184,7 +184,7 @@ public IEnumerator NotificationIsScheduled_NotificationStatusIsCorrectlyReported
184
var status = AndroidNotificationCenter.CheckScheduledNotificationStatus(originalId);
185
Assert.AreEqual(NotificationStatus.Scheduled, status);
186
187
- yield return WaitForNotification(8.0f);
+ yield return WaitForNotification(120.0f);
188
status = AndroidNotificationCenter.CheckScheduledNotificationStatus(originalId);
189
Assert.AreEqual(NotificationStatus.Delivered, status);
190
0 commit comments