Sha256: ead190d042638dfbd2be307ceb0a329ed6b9bd2ce754545aa7375f37407f604d

Contents?: true

Size: 140 Bytes

Versions: 46

Compression:

Stored size: 140 Bytes

Contents

module IntegrationTestHelpers
  def allow_receivers_to_process_queues(ms_to_sleep = 1_000)
    sleep (ms_to_sleep.to_f / 1_000.0)
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
pwwka-0.11.0 spec/integration/support/integration_test_helpers.rb
pwwka-0.11.0.RC1 spec/integration/support/integration_test_helpers.rb
pwwka-0.10.0 spec/integration/support/integration_test_helpers.rb
pwwka-0.10.0.RC spec/integration/support/integration_test_helpers.rb
pwwka-0.9.0 spec/integration/support/integration_test_helpers.rb
pwwka-0.9.0.RC1 spec/integration/support/integration_test_helpers.rb