Skip to content

Commit d126e33

Browse files
committed
test
1 parent dabc987 commit d126e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ApiVideoPlayerTests/IntegrationTests/ApiVideoPlayerControllerIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class ApiVideoPlayerControllerIntegrationTests: XCTestCase {
1717

1818
wait(for: [ready], timeout: 10)
1919
controller.play()
20-
wait(for: [play], timeout: 2)
20+
wait(for: [play], timeout: 5)
2121
wait(for: [error], timeout: 5)
2222
}
2323

0 commit comments

Comments
 (0)