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 45a4060 commit 6e73295Copy full SHA for 6e73295
Tests/JSQSystemSoundPlayerTests.m
@@ -229,7 +229,7 @@ - (void)testSoundCompletionBlocks
229
[expectation fulfill];
230
}];
231
232
- [self waitForExpectationsWithTimeout:10 handler:^(NSError * __nullable error) {
+ [self waitForExpectationsWithTimeout:30 handler:^(NSError * __nullable error) {
233
XCTAssertNil(error, @"Expectation should not error");
234
235
}
0 commit comments