Skip to content

Commit 2e622f9

Browse files
authored
Merge pull request #155 from rstudio/fix-tests
tests: sleep in another cache test
2 parents 6a40966 + badf972 commit 2e622f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pins/tests/test_boards.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ def test_board_base_pin_meta_cache_touch(tmp_dir2, df):
331331

332332
orig_access = p_cache_meta.stat().st_atime
333333

334+
sleep(0.3)
335+
334336
board.pin_meta("some_df")
335337

336338
new_access = p_cache_meta.stat().st_atime

0 commit comments

Comments
 (0)