Skip to content

Commit

Permalink
Add MOCK_SERVICES_WARM_UP_DELAY
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb committed Oct 5, 2023
1 parent 16157f5 commit 796a115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nmostesting/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
# Please consult the documentation for instructions on how to adjust these values for common testing setups including
# unicast DNS-SD and HTTPS testing.

# Number of seconds to wait after starting the mock DNS server, authorization server, etc. before running tests.
# This gives the API or client under test a chance to use these services before any test case is run.
MOCK_SERVICES_WARM_UP_DELAY = 0

# Enable or disable DNS-SD advertisements. Browsing is always permitted.
# The IS-04 Node tests create a mock registry on the network unless the `ENABLE_DNS_SD` parameter is set to `False`.
Expand Down

0 comments on commit 796a115

Please sign in to comment.