Extend the timeout of test_try_ldflag_invalid_opt and test_try_cppflag_invalid_opt
This commit is contained in:
parent
65d3eacc80
commit
9cfc1362aa
@ -33,7 +33,7 @@ class TestMkmfFlags < TestMkmf
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_try_ldflag_invalid_opt
|
def test_try_ldflag_invalid_opt
|
||||||
assert_separately([], [], <<-'end;') #do
|
assert_separately([], [], <<-'end;', timeout: 30) #do
|
||||||
assert(!try_ldflags("nosuch.c"), TestMkmf::MKMFLOG)
|
assert(!try_ldflags("nosuch.c"), TestMkmf::MKMFLOG)
|
||||||
assert(have_devel?, TestMkmf::MKMFLOG)
|
assert(have_devel?, TestMkmf::MKMFLOG)
|
||||||
end;
|
end;
|
||||||
@ -47,7 +47,7 @@ class TestMkmfFlags < TestMkmf
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_try_cppflag_invalid_opt
|
def test_try_cppflag_invalid_opt
|
||||||
assert_separately([], [], <<-'end;') #do
|
assert_separately([], [], <<-'end;', timeout: 30) #do
|
||||||
assert(!try_cppflags("nosuch.c"), TestMkmf::MKMFLOG)
|
assert(!try_cppflags("nosuch.c"), TestMkmf::MKMFLOG)
|
||||||
assert(have_devel?, TestMkmf::MKMFLOG)
|
assert(have_devel?, TestMkmf::MKMFLOG)
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user