diff --git a/frappe/commands/test_commands.py b/frappe/commands/test_commands.py index 94228e1a80..002cbfe6bc 100644 --- a/frappe/commands/test_commands.py +++ b/frappe/commands/test_commands.py @@ -659,6 +659,7 @@ class TestBackups(BaseTestCommands): def test_backup_no_options(self): """Take a backup without any options""" before_backup = fetch_latest_backups(partial=True) + time.sleep(1) self.execute("bench --site {site} backup") after_backup = fetch_latest_backups(partial=True)