module Stormpath::Test::CustomDataSavePeriod
Public Instance Methods
wait_for_custom_data_indexing()
click to toggle source
# File spec/support/custom_data_save_period.rb 7 def wait_for_custom_data_indexing 8 sleep 5 9 end
wait_for_resource_creation()
click to toggle source
# File spec/support/custom_data_save_period.rb 11 def wait_for_resource_creation 12 sleep rand(2..6) 13 end