Skip to content

Commit

Permalink
Update test/unittests/test_configuration.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
JarbasAl and coderabbitai[bot] authored Jan 11, 2025
1 parent 7ca8814 commit bc894d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def tearDownClass(cls) -> None:
def tearDown(self):
from ovos_config.config import Configuration
Configuration.load_config_stack([{}])
# Give file watcher time to initialize
time.sleep(0.1)
Configuration._callbacks = []

@patch('json.dump')
Expand Down

0 comments on commit bc894d2

Please sign in to comment.