aboutsummaryrefslogtreecommitdiff
path: root/kamon-play-2.3.x
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-08-22 19:28:19 -0300
committerDiego <diegolparra@gmail.com>2015-08-22 19:28:19 -0300
commit7f96f925670f1b8578e20b2bb171eac1cf2dfbfe (patch)
tree471fd5efada5fc3de7e7934f62f2c232c9ba90f7 /kamon-play-2.3.x
parent1577aa9addb6c79d01f7261915b9e33b0c01fcd9 (diff)
downloadKamon-7f96f925670f1b8578e20b2bb171eac1cf2dfbfe.tar.gz
Kamon-7f96f925670f1b8578e20b2bb171eac1cf2dfbfe.tar.bz2
Kamon-7f96f925670f1b8578e20b2bb171eac1cf2dfbfe.zip
= play: use uri.getAuthority forn generateHttpClientSegmentName
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))