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

Commit

Permalink
Merge branch 'master' into services-r11
Browse files Browse the repository at this point in the history
Change-Id: Ice6c14e70ca69457e27227bbe253eaabd09dea6d
  • Loading branch information
figo committed Apr 24, 2012
2 parents cf8d7db + 506e468 commit fe26867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/fetch_gems
@@ -1,9 +1,9 @@
#!/usr/bin/env ruby

require 'rubygems'
require 'bundler'
require 'fileutils'
require 'logger'
require 'rubygems'

# Provides functionality similar to `bundle package`, but without needing
# to install any gems.
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/priority_queue_spec.rb
Expand Up @@ -38,7 +38,7 @@

describe 'high volume' do
it 'should be able to accept a bunch of random values and return them in non-increasing order' do
n = 100_000
n = (ENV['VCAP_TEST_PQUEUE_LOAD'] || 100_000).to_i
n.times { val = rand ; @q.insert val,val }
prev = @q.remove

Expand Down

0 comments on commit fe26867

Please sign in to comment.