From a8ecc5ef4da5a636cfceeeb9fbc69d147cc7e05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sonee=CC=81=20John?= Date: Mon, 24 Feb 2020 13:24:25 -0400 Subject: [PATCH] Reduce test timeout --- XCDYouTubeKit Tests/XCDYouTubeClientTestCase.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/XCDYouTubeKit Tests/XCDYouTubeClientTestCase.m b/XCDYouTubeKit Tests/XCDYouTubeClientTestCase.m index 68e4f356..c68ac653 100644 --- a/XCDYouTubeKit Tests/XCDYouTubeClientTestCase.m +++ b/XCDYouTubeKit Tests/XCDYouTubeClientTestCase.m @@ -418,7 +418,9 @@ - (void) testThatQueryingLiveVideoReturnsPlayableStreams }]; }]; - [self waitForExpectationsWithTimeout:900 handler:nil]; + [self waitForExpectationsWithTimeout:5 handler:nil]; +} + [self waitForExpectationsWithTimeout:5 handler:nil]; } - (void) testExpiredLiveVideo