Skip to content

Commit

Permalink
Tweak message
Browse files Browse the repository at this point in the history
Co-authored-by: jonathan-r-thorpe <64410119+jonathan-r-thorpe@users.noreply.github.com>
  • Loading branch information
garethsb and jonathan-r-thorpe authored Oct 5, 2023
1 parent 43a1f76 commit 215f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmostesting/NMOSTesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ def main(args):
# Give an API or client that is already running a chance to use the mock services
# before running any test cases
if CONFIG.MOCK_SERVICES_WARM_UP_DELAY:
print(" * Warm up your engines, testing begins in {} seconds..."
print(" * Waiting for {} seconds to allow discovery of mock services"
.format(CONFIG.MOCK_SERVICES_WARM_UP_DELAY))
time.sleep(CONFIG.MOCK_SERVICES_WARM_UP_DELAY)

Expand Down

0 comments on commit 215f736

Please sign in to comment.