aboutsummaryrefslogtreecommitdiff
path: root/kamon-play-2.3.x
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-play-2.3.x')
-rw-r--r--kamon-play-2.3.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-play-2.3.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala b/kamon-play-2.3.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala
index cb6a9828..84a77de7 100644
--- a/kamon-play-2.3.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala
+++ b/kamon-play-2.3.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala
@@ -72,7 +72,7 @@ class LoggerLikeInstrumentationSpec extends PlaySpec with OneServerPerSuite with
"allow retrieve a value from the MDC when was created a key of type AvailableToMdc in the current request" in {
LoggingHandler.appenderStart()
- Await.result(route(FakeRequest(GET, "/logging")).get, 500 millis)
+ Await.result(route(FakeRequest(GET, "/logging")).get, 1 second)
TraceLocal.retrieve(TraceLocalHeaderKey) must be(Some(headerValue))
TraceLocal.retrieve(TraceLocalOtherKey) must be(Some(otherValue))