Skip to content

Commit

Permalink
Add support of maximumTestExecutionTimeAllowance in TestPlan (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ashuDubey authored Jul 30, 2024
1 parent d80bfd2 commit cab6157
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public struct DefaultOptions: Codable {
public var testTimeoutsEnabled: Bool?
public var testRepetitionMode: String?
public var maximumTestRepetitions: Int?
public var maximumTestExecutionTimeAllowance: Int?
}

// MARK: - CommandLineArgumentEntry
Expand Down

0 comments on commit cab6157

Please sign in to comment.