Merge pull request #19561 from drewhk/wip-19566-formdata-failure-drewhk

#19566 Increase too tight patience for FormDataSpec
This commit is contained in:
Konrad Malawski 2016-01-21 16:53:07 +01:00
commit 39f4e923e4

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]