Skip to content

Commit

Permalink
Updated pateince for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jun 28, 2017
1 parent c349d3c commit 8f8a491
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/uk/gov/hmrc/epayeapi/connectors/ConnectorSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ class ConnectorSpec extends UnitSpec with MockitoSugar with ScalaFutures {
val url = connector.url
}

override implicit val defaultTimeout: FiniteDuration = 5.seconds

override implicit val patienceConfig: PatienceConfig = PatienceConfig(15.seconds, 15.milliseconds)

"ConnectorBase" should {
"return ApiSuccess in case everything goes right" in new Setup {
Expand Down

0 comments on commit 8f8a491

Please sign in to comment.