Skip to content

Commit 6e73295

Browse files
committed
adjust test timeout
1 parent 45a4060 commit 6e73295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/JSQSystemSoundPlayerTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ - (void)testSoundCompletionBlocks
229229
[expectation fulfill];
230230
}];
231231

232-
[self waitForExpectationsWithTimeout:10 handler:^(NSError * __nullable error) {
232+
[self waitForExpectationsWithTimeout:30 handler:^(NSError * __nullable error) {
233233
XCTAssertNil(error, @"Expectation should not error");
234234
}];
235235
}

0 commit comments

Comments
 (0)