Skip to content

Commit 41439a8

Browse files
committed
comment for sleep in test
1 parent fff0af0 commit 41439a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

irods/test/data_obj_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3002,6 +3002,8 @@ def test_modified_sorting_of_replicas__issue_746(self):
30023002
# Ensure that one of the replicas is stale, to test proper sorting.
30033003
with data.open('a', **{kw.RESC_NAME_KW: newResc1}) as f:
30043004
f.write(b'.')
3005+
3006+
# Sleep to ensure different replica modify timestamps.
30053007
time.sleep(2)
30063008

30073009
data.replicate(resource=newResc2)

0 commit comments

Comments
 (0)