diff --git a/Tests/ApiVideoPlayerTests/IntegrationTests/ApiVideoPlayerControllerIntegrationTests.swift b/Tests/ApiVideoPlayerTests/IntegrationTests/ApiVideoPlayerControllerIntegrationTests.swift index 163ebc92..cb2addcf 100644 --- a/Tests/ApiVideoPlayerTests/IntegrationTests/ApiVideoPlayerControllerIntegrationTests.swift +++ b/Tests/ApiVideoPlayerTests/IntegrationTests/ApiVideoPlayerControllerIntegrationTests.swift @@ -17,7 +17,7 @@ final class ApiVideoPlayerControllerIntegrationTests: XCTestCase { wait(for: [ready], timeout: 10) controller.play() - wait(for: [play], timeout: 2) + wait(for: [play], timeout: 5) wait(for: [error], timeout: 5) }