Skip to content

Commit

Permalink
Cut test time
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Feb 4, 2010
1 parent 30ad75d commit 8905c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_futures.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_timeout
d = EM::DefaultDeferrable.new
d.callback {n = 1; EM.stop}
d.errback {n = 2; EM.stop}
d.timeout(1)
d.timeout(0.01)
}
assert_equal( 2, n )
end
Expand Down

0 comments on commit 8905c4b

Please sign in to comment.