Increase a timeout on a test to handle slow unlink calls on other filesystems

This commit is contained in:
nick
2014-01-22 12:21:49 +00:00
parent afcc07a181
commit 5ca5858929

View File

@@ -102,7 +102,7 @@ class TestHappyPath < Test::Unit::TestCase
assert_no_match( /unrecognized/, stderr )
Timeout.timeout(2) do @env.nbd1.join end
Timeout.timeout(10) do @env.nbd1.join end
assert !File.file?( @env.filename1 )
end