From d126e3303d1ff8feb2103e46c4d9d30cafc7d8c2 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:35:15 +0200 Subject: [PATCH] test --- .../ApiVideoPlayerControllerIntegrationTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }