sleep in the test

This commit is contained in:
Paul Gauthier 2023-10-18 12:15:11 -07:00
parent b87c9f14fb
commit 1a2370f9ae
2 changed files with 4 additions and 4 deletions

View file

@ -208,7 +208,6 @@ class GitRepo:
mtime = self.aider_ignore_file.stat().st_mtime
dump(mtime)
if mtime != self.aider_ignore_ts:
self.aider_ignore_ts = mtime
lines = self.aider_ignore_file.read_text().splitlines()