We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff0af0 commit 41439a8Copy full SHA for 41439a8
1 file changed
irods/test/data_obj_test.py
@@ -3002,6 +3002,8 @@ def test_modified_sorting_of_replicas__issue_746(self):
3002
# Ensure that one of the replicas is stale, to test proper sorting.
3003
with data.open('a', **{kw.RESC_NAME_KW: newResc1}) as f:
3004
f.write(b'.')
3005
+
3006
+ # Sleep to ensure different replica modify timestamps.
3007
time.sleep(2)
3008
3009
data.replicate(resource=newResc2)
0 commit comments