Skip to content

Commit ba2ef37

Browse files
Increase timeout for notification tests. Some tasks for image loading etc may take longer than 5s in Travis.
1 parent a7523b2 commit ba2ef37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/notification-extension-tests/NotificationExtensionTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@import IterableAppExtensions;
1414

1515
static CGFloat const IterableNotificationCenterRequestDelay = 0.05;
16-
static CGFloat const IterableNotificationCenterExpectationTimeout = 5.0;
16+
static CGFloat const IterableNotificationCenterExpectationTimeout = 15.0;
1717

1818
@interface NotificationExtensionTests : XCTestCase
1919

0 commit comments

Comments
 (0)