Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Dec 10, 2024
1 parent b5b4471 commit 496d315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/PlayerTests/Tools/TestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 496d315

Please sign in to comment.