Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Slowdown tombstones creation in storage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Oct 27, 2015
1 parent 5cf4816 commit 569780d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliquet/tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ def create_and_delete_record(self, record=None):
"""Helper to create and delete a record."""
record = record or {'challenge': 'accepted'}
record = self.create_record(record)
time.sleep(0.001) # 1 msec
return self.storage.delete(object_id=record['id'], **self.storage_kw)

def test_get_should_not_return_deleted_items(self):
Expand Down

0 comments on commit 569780d

Please sign in to comment.