Skip to content

Commit

Permalink
Reduce timeout from 20 seconds to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
TrabelsiAchraf committed Nov 25, 2021
1 parent 4d2afe7 commit 2a2a56f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ extension FeedStoreSpecs where Self: XCTestCase {
if case let Result.failure(error) = result { deletionError = error }
exp.fulfill()
}
wait(for: [exp], timeout: 20.0)
wait(for: [exp], timeout: 10.0)
return deletionError
}

Expand Down

0 comments on commit 2a2a56f

Please sign in to comment.