Skip to content

Commit

Permalink
Inctease timeout for deduplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
nalexn committed Dec 18, 2019
1 parent e3f0d66 commit 79f9d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/DeduplicatedTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class DeduplicatedTests: XCTestCase {
DispatchQueue.main.async {
sut.value2 = 7
}
wait(for: [exp], timeout: 0.1)
wait(for: [exp], timeout: 0.5)
}
}

Expand Down

0 comments on commit 79f9d65

Please sign in to comment.