Skip to content

Commit

Permalink
Reduce test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SoneeJohn committed Feb 24, 2020
1 parent ca0b797 commit a8ecc5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion XCDYouTubeKit Tests/XCDYouTubeClientTestCase.m
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,9 @@ - (void) testThatQueryingLiveVideoReturnsPlayableStreams
}];
}];

[self waitForExpectationsWithTimeout:900 handler:nil];
[self waitForExpectationsWithTimeout:5 handler:nil];
}
[self waitForExpectationsWithTimeout:5 handler:nil];
}

- (void) testExpiredLiveVideo
Expand Down

0 comments on commit a8ecc5e

Please sign in to comment.