Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-vysotskyi-cko committed Oct 15, 2024
1 parent f5cee08 commit 7d93b52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ final class AsyncSemaphoreTests: XCTestCase {
}

// Then
await fulfillment(of: [expectation], timeout: 1)
await fulfillment(of: [expectation], timeout: 2)
}

// MARK: - Signal
Expand Down

0 comments on commit 7d93b52

Please sign in to comment.