This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 7c7525792 Increase expected message timeout for mqtt-streaming
7c7525792 is described below
commit 7c7525792e5020830d3dfdede6432e91f01af651
Author: Matthew de Detrich <[email protected]>
AuthorDate: Tue May 2 22:41:37 2023 +0200
Increase expected message timeout for mqtt-streaming
---
mqtt-streaming/src/test/resources/application.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mqtt-streaming/src/test/resources/application.conf
b/mqtt-streaming/src/test/resources/application.conf
index a1d8c93dd..7d69ec857 100644
--- a/mqtt-streaming/src/test/resources/application.conf
+++ b/mqtt-streaming/src/test/resources/application.conf
@@ -4,4 +4,6 @@ pekko {
loggers = ["org.apache.pekko.event.slf4j.Slf4jLogger"]
logging-filter = "org.apache.pekko.event.slf4j.Slf4jLoggingFilter"
loglevel = "DEBUG"
+
+ test.single-expect-default = 6s
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]