diff options
author | 2025-04-03 17:01:51 +0000 | |
---|---|---|
committer | 2025-04-03 17:01:51 +0000 | |
commit | ff082dd9115d9927d2674b8665440f1a45bda93b (patch) | |
tree | f82d0c23e3f647fe8c21250c1ff7f0a39bbc8f8c /integration-test/src/test | |
parent | 2ad4056a2db2f7c41687487bea8fdc5646203284 (diff) | |
parent | d13f05774b80b47bdfc1cf915c69fd30c5edf202 (diff) |
Merge "Set initial delay in ModuleSyncWatchdog and DataSyncWatchdog"
Diffstat (limited to 'integration-test/src/test')
-rw-r--r-- | integration-test/src/test/resources/application-module-sync-delayed.yml | 2 | ||||
-rw-r--r-- | integration-test/src/test/resources/application.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/integration-test/src/test/resources/application-module-sync-delayed.yml b/integration-test/src/test/resources/application-module-sync-delayed.yml index 7b9c6aea4f..27c99e93b2 100644 --- a/integration-test/src/test/resources/application-module-sync-delayed.yml +++ b/integration-test/src/test/resources/application-module-sync-delayed.yml @@ -1,3 +1,4 @@ + # ============LICENSE_START======================================================= # Copyright (C) 2024 Nordix Foundation. # ================================================================================ @@ -14,7 +15,6 @@ # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= - test: ncmp: timers: diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index e213a70a59..024ff5b33f 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -180,6 +180,7 @@ ncmp: timers: advised-modules-sync: + initial-delay-ms: 0 sleep-time-ms: 1000000 cm-handle-data-sync: sleep-time-ms: 30000 |