Skip to content

Commit

Permalink
increased timeout for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Apr 12, 2018
1 parent 56cc009 commit 4f1c89c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ trait GuiceAcceptanceSpec
// if you want to test only one Test you need:
with GuiceOneServerPerSuite {

implicit val timeout: Timeout = Timeout(1.second)
implicit val timeout: Timeout = Timeout(2.second)

implicit lazy val wsClient: WSClient = inject[WSClient]

Expand Down

0 comments on commit 4f1c89c

Please sign in to comment.