diff --git a/Tests/PlayerTests/Tools/TestCase.swift b/Tests/PlayerTests/Tools/TestCase.swift index 91a0702f5..7041ccd58 100644 --- a/Tests/PlayerTests/Tools/TestCase.swift +++ b/Tests/PlayerTests/Tools/TestCase.swift @@ -11,7 +11,7 @@ import XCTest /// in tests will use the same value by default and should likely always provide an explicit `until` parameter. class TestCase: XCTestCase { override class func setUp() { - PollingDefaults.timeout = .seconds(20) + PollingDefaults.timeout = .seconds(60) PollingDefaults.pollInterval = .milliseconds(100) }