Skip to content

Commit

Permalink
set an even lower timeout in the test_raises_on_slow_shell test, to m…
Browse files Browse the repository at this point in the history
…ake it

pass on machines faster than an Atari
  • Loading branch information
js committed Feb 14, 2009
1 parent 85bc638 commit 645bd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_raises_if_too_many_bytes
end

def test_raises_on_slow_shell
Grit::Git.git_timeout = 0.001
Grit::Git.git_timeout = 0.0000001
assert_raises Grit::Git::GitTimeout do
@git.version
end
Expand Down

0 comments on commit 645bd3a

Please sign in to comment.