summaryrefslogtreecommitdiff
path: root/test/support/integration_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/integration_test.rb')
-rw-r--r--test/support/integration_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/integration_test.rb b/test/support/integration_test.rb
index 58469b9..44f0546 100644
--- a/test/support/integration_test.rb
+++ b/test/support/integration_test.rb
@@ -4,6 +4,7 @@ module Tapicero
def create_user
result = database.save_doc :some => :content
raise RuntimeError.new(result.inspect) unless result['ok']
+ sleep 1 # allow tapicero to do its job
@user_id = result['id']
end