#19566 Increase too tight patience for FormDataSpec
This commit is contained in:
parent
e960c7b7d0
commit
a56b50dad9
1 changed files with 2 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue