Make compatible with latest cargo deps
This commit is contained in:
@ -107,15 +107,8 @@ foreach layout : [
|
||||
extra += ['allow_missing_return']
|
||||
endif
|
||||
|
||||
# Older Cargo seens to be sensitive to something
|
||||
# about the RUST_FLAGS env var, and rebuilds all tests when it's set,
|
||||
# increasing test time by 2 orders of magnitude.
|
||||
# Let it have its way.
|
||||
if get_option('legacy') == true
|
||||
timeout = 300
|
||||
else
|
||||
timeout = 30
|
||||
endif
|
||||
timeout = 30
|
||||
|
||||
test(
|
||||
'test_layout_' + layout,
|
||||
cargo_script,
|
||||
|
||||
Reference in New Issue
Block a user