Skip to content

Commit 6e34486

Browse files
committed
Fix integration tests
1 parent 034ca5a commit 6e34486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tests/sharing_referenced_by.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def file_has_album_reference(file, album_id)
5959

6060
# Make an update on the recipient's file and check on the sharer
6161
file_recipient.rename inst_recipient, "#{Faker::Internet.slug}.jpg"
62-
sleep 5
62+
sleep 11
6363
file = CozyFile.find inst, file.couch_id
6464
assert_equal file_recipient.name, file.name
6565
refute file_has_album_reference(file, album_recipient.couch_id)

0 commit comments

Comments
 (0)