Skip to content

Commit

Permalink
Adding a sleep to allow for delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegges committed Jul 6, 2014
1 parent 75f421f commit cf3cbf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def test_use_domain(self):
for domain_name, domain in self.simple.domains.iteritems():
domain.put_attributes('test', {'color': 'black', 'size': 5})

sleep(60)

with self.app.app_context():
for domain_name, domain in self.simple.domains.iteritems():
self.assertEqual(self.simple.connection.domain_metadata(domain).item_count, 1)
Expand Down

0 comments on commit cf3cbf5

Please sign in to comment.