Skip to content

Commit

Permalink
increased time limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kibotu committed Jul 17, 2024
1 parent 844956c commit 77b243c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/KhanTests/KhanTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class KhanTests: XCTestCase {
expectation.fulfill()
}

await fulfillment(of: [expectation], timeout: 0.3)
await fulfillment(of: [expectation], timeout: 5.0)
}

// MARK: - Deadlock Tests
Expand Down Expand Up @@ -111,7 +111,7 @@ class KhanTests: XCTestCase {
expectation.fulfill()
}

await fulfillment(of: [expectation], timeout: 0.5)
await fulfillment(of: [expectation], timeout: 5.0)
}

// MARK: - Dependency Order Tests
Expand Down

0 comments on commit 77b243c

Please sign in to comment.