#19566 Increase too tight patience for FormDataSpec

This commit is contained in:
Endre Sándor Varga 2016-01-21 15:48:45 +01:00
parent e960c7b7d0
commit a56b50dad9

View file

@ -21,6 +21,8 @@ class FormDataSpec extends WordSpec with Matchers with ScalaFutures with BeforeA
val formData = FormData(Map("surname" -> "Smith", "age" -> "42"))
implicit val patience = PatienceConfig(3.seconds)
"The FormData infrastructure" should {
"properly round-trip the fields of www-urlencoded forms" in {
Marshal(formData).to[HttpEntity]