aboutsummaryrefslogtreecommitdiff
path: root/kamon-play-2.4.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-play-2.4.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala')
-rw-r--r--kamon-play-2.4.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-play-2.4.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala b/kamon-play-2.4.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala
index 6085d046..920b553e 100644
--- a/kamon-play-2.4.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala
+++ b/kamon-play-2.4.x/src/test/scala/kamon/play/LoggerLikeInstrumentationSpec.scala
@@ -70,7 +70,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))