Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ffi/function_spec.rb
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ class << self; self; end
Thread.new do
time = Time.now
fp.call(2)
expect(Time.now - time).to be > 2
expect(Time.now - time).to be >= 2
end
end
threads.each { |t| t.join }

0 comments on commit e3ff922

Please sign in to comment.