From dbef7c4ece3a6b6f3724796821fc8ecd6242b635 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 1 Nov 2022 09:52:19 +0200 Subject: [PATCH 1/2] Fix tests --- .../server/service/script/NashornJsInvokeServiceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/test/java/org/thingsboard/server/service/script/NashornJsInvokeServiceTest.java b/application/src/test/java/org/thingsboard/server/service/script/NashornJsInvokeServiceTest.java index 414878898e..6703252749 100644 --- a/application/src/test/java/org/thingsboard/server/service/script/NashornJsInvokeServiceTest.java +++ b/application/src/test/java/org/thingsboard/server/service/script/NashornJsInvokeServiceTest.java @@ -70,7 +70,7 @@ class NashornJsInvokeServiceTest extends AbstractControllerTest { } long duration = System.currentTimeMillis() - startTs; System.out.println(iterations + " invocations took: " + duration + "ms"); - Assert.assertTrue(duration < TimeUnit.MINUTES.toMillis(1)); + Assert.assertTrue(duration < TimeUnit.MINUTES.toMillis(3)); } @Test From 42b84f9b5b34d9e9854e24d69b4d4e84310351d5 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 1 Nov 2022 10:49:58 +0200 Subject: [PATCH 2/2] Update protobuf-dynamic version to 1.0.4TB --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ac3f17204..01a17ece92 100755 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 1.9.4 3.2.2 1.9.0 - 1.0.3TB + 1.0.4TB 3.4.0 8.17.0 6.0.20.Final