Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhvorost committed Jul 23, 2024
1 parent 193be5e commit 3548e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/M3U8DecoderTests/M3U8DecoderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ final class M3U8Tests_File: XCTestCase {
let playlist = try M3U8Decoder().decode(VideoPlaylist.self, from: data)
let timeout = -start.timeIntervalSinceNow
print("Timeout: \(timeout)")
XCTAssert(timeout < 5.0)
XCTAssert(timeout < 7.0)

XCTAssert(playlist.segments.count == 194918)
XCTAssert(playlist.segments[1].extinf.duration == -1)
Expand Down

0 comments on commit 3548e64

Please sign in to comment.