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

Commit

Permalink
modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2gedev committed Jan 22, 2015
1 parent 840a5c2 commit 8b2d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/from_ruby_repo/test_logdevice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_shifting_age_in_multiprocess
new_log = [@tempfile.path, '20150123'].join
$stderr, stderr = StringIO.new, $stderr
begin
Delorean.time_travel_to '2015-01-22 23:59:59'
Delorean.time_travel_to '2015-01-22 23:59:59.990'
logger = ChronoLogger.new(@format)
Parallel.map(['a', 'b'], :in_processes => 2) do |letter|
5000.times do
Expand Down

0 comments on commit 8b2d881

Please sign in to comment.