Increase a timeout on a test to handle slow unlink calls on other filesystems
This commit is contained in:
@@ -102,7 +102,7 @@ class TestHappyPath < Test::Unit::TestCase
|
|||||||
assert_no_match( /unrecognized/, stderr )
|
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 )
|
assert !File.file?( @env.filename1 )
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user