File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
com.unity.mobile.notifications/Tests/Runtime/iOS Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public IEnumerator SendSimpleNotification_NotificationIsReceived()
117
117
118
118
iOSNotificationCenter . ScheduleNotification ( notification ) ;
119
119
120
- yield return WaitForNotification ( 6 .0f) ;
120
+ yield return WaitForNotification ( 10 .0f) ;
121
121
Assert . AreEqual ( 1 , receivedNotificationCount ) ;
122
122
}
123
123
@@ -148,7 +148,7 @@ public IEnumerator SendNotificationWithUserInfo_NotificationIsReceivedWithSameUs
148
148
149
149
iOSNotificationCenter . ScheduleNotification ( notification ) ;
150
150
151
- yield return WaitForNotification ( 6 .0f) ;
151
+ yield return WaitForNotification ( 10 .0f) ;
152
152
Assert . AreEqual ( 1 , receivedNotificationCount ) ;
153
153
Assert . IsNotNull ( lastReceivedNotification ) ;
154
154
Assert . IsTrue ( lastReceivedNotification . UserInfo . ContainsKey ( "key1" ) ) ;
@@ -180,7 +180,7 @@ IEnumerator SendNotificationUsingCalendarTrigger_NotificationIsReceived(string t
180
180
} ;
181
181
182
182
iOSNotificationCenter . ScheduleNotification ( notification ) ;
183
- yield return WaitForNotification ( 5 .0f) ;
183
+ yield return WaitForNotification ( 10 .0f) ;
184
184
Assert . AreEqual ( 1 , receivedNotificationCount ) ;
185
185
Assert . IsNotNull ( lastReceivedNotification ) ;
186
186
Assert . AreEqual ( text , lastReceivedNotification . Title ) ;
You can’t perform that action at this time.
0 commit comments