This is an automated email from the ASF dual-hosted git repository.
jrudolph pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new b475736f0 tests: relax timeout in MultipartUnmarshallerSpec (#85)
b475736f0 is described below
commit b475736f08f00b907ef9eb0dc2b58ea86904a78e
Author: Johannes Rudolph <[email protected]>
AuthorDate: Wed Feb 22 14:52:23 2023 +0100
tests: relax timeout in MultipartUnmarshallerSpec (#85)
---
.../pekko/http/scaladsl/unmarshalling/MultipartUnmarshallersSpec.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/http-tests/src/test/scala/org/apache/pekko/http/scaladsl/unmarshalling/MultipartUnmarshallersSpec.scala
b/http-tests/src/test/scala/org/apache/pekko/http/scaladsl/unmarshalling/MultipartUnmarshallersSpec.scala
index 4acd70bd4..c834767ac 100644
---
a/http-tests/src/test/scala/org/apache/pekko/http/scaladsl/unmarshalling/MultipartUnmarshallersSpec.scala
+++
b/http-tests/src/test/scala/org/apache/pekko/http/scaladsl/unmarshalling/MultipartUnmarshallersSpec.scala
@@ -437,7 +437,7 @@ trait MultipartUnmarshallersSpec extends
PekkoSpecWithMaterializer {
.grouped(100)
.runWith(Sink.head)
}
- .fast.recover { case _: NoSuchElementException => Nil },
1.second.dilated)
+ .fast.recover { case _: NoSuchElementException => Nil },
5.second.dilated)
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]