diff --git a/thehive/test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala b/thehive/test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala index d26f20a8d6..eb1921fae6 100644 --- a/thehive/test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala +++ b/thehive/test/org/thp/thehive/controllers/v0/StatusCtrlTest.scala @@ -66,7 +66,8 @@ class StatusCtrlTest extends PlaySpecification with TestAppBuilder { "protectDownloadsWith" -> config.get[String]("datastore.attachment.password"), "authType" -> Seq("local", "key", "header"), "capabilities" -> Seq("changePassword", "setPassword", "authByKey"), - "ssoAutoLogin" -> config.get[Boolean]("user.autoCreateOnSso") + "ssoAutoLogin" -> config.get[Boolean]("user.autoCreateOnSso"), + "pollingDuration" -> 1000 ) )