This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-477
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-477 by this push:
new 6a89773 WIP.
6a89773 is described below
commit 6a897738b6393d502cb5c30913008ccfa376c387
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Feb 18 12:40:05 2022 +0300
WIP.
---
.../scala/org/apache/nlpcraft/internal/impl/NCModelSlowModelSpec.scala | 1 -
1 file changed, 1 deletion(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelSlowModelSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelSlowModelSpec.scala
index 9e70d4d..ffd0680 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelSlowModelSpec.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelSlowModelSpec.scala
@@ -76,7 +76,6 @@ class NCModelSlowModelSpec:
val fut = client.ask("any", null, "userId")
Thread.sleep(20)
- Thread.sleep(20)
try Assertions.assertThrows(classOf[TimeoutException], () =>
fut.get(1, TimeUnit.MILLISECONDS))
finally fut.cancel(true)