We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d3eac commit 9cfc136Copy full SHA for 9cfc136
test/mkmf/test_flags.rb
@@ -33,7 +33,7 @@ def test_valid_warnflags
33
end
34
35
def test_try_ldflag_invalid_opt
36
- assert_separately([], [], <<-'end;') #do
+ assert_separately([], [], <<-'end;', timeout: 30) #do
37
assert(!try_ldflags("nosuch.c"), TestMkmf::MKMFLOG)
38
assert(have_devel?, TestMkmf::MKMFLOG)
39
end;
@@ -47,7 +47,7 @@ def test_try_cflag_invalid_opt
47
48
49
def test_try_cppflag_invalid_opt
50
51
assert(!try_cppflags("nosuch.c"), TestMkmf::MKMFLOG)
52
53
0 commit comments