Skip to content

Commit 3548e64

Browse files
committed
Updated tests
1 parent 193be5e commit 3548e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/M3U8DecoderTests/M3U8DecoderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ final class M3U8Tests_File: XCTestCase {
721721
let playlist = try M3U8Decoder().decode(VideoPlaylist.self, from: data)
722722
let timeout = -start.timeIntervalSinceNow
723723
print("Timeout: \(timeout)")
724-
XCTAssert(timeout < 5.0)
724+
XCTAssert(timeout < 7.0)
725725

726726
XCTAssert(playlist.segments.count == 194918)
727727
XCTAssert(playlist.segments[1].extinf.duration == -1)

0 commit comments

Comments
 (0)