We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034ca5a commit 6e34486Copy full SHA for 6e34486
tests/integration/tests/sharing_referenced_by.rb
@@ -59,7 +59,7 @@ def file_has_album_reference(file, album_id)
59
60
# Make an update on the recipient's file and check on the sharer
61
file_recipient.rename inst_recipient, "#{Faker::Internet.slug}.jpg"
62
- sleep 5
+ sleep 11
63
file = CozyFile.find inst, file.couch_id
64
assert_equal file_recipient.name, file.name
65
refute file_has_album_reference(file, album_recipient.couch_id)
0 commit comments