Skip to content

Commit b54d1cb

Browse files
Update tests.py
1 parent 39d19d4 commit b54d1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_hot_reloading(config_file):
104104
toml.dump({"hot_reload": "success"}, f)
105105

106106
# Wait for the hot reload to occur
107-
time.sleep(2)
107+
time.sleep(4)
108108

109109
assert config['hot_reload'] == 'success', f"Hot reloading failed for format {format_func.__name__}"
110110

0 commit comments

Comments
 (0)