This test takes a long time to run. Let's make sure it is started
first to avoid it being the only test running for a long time at the
end.
test_params = test_params + {
'timeout' : 3600,
+ 'priority': -50,
}
'mkosi_args' : [],
'timeout' : 1800,
'storage' : 'volatile',
+ 'priority' : 0,
}
# TODO: This fs.exists call isn't included in rebuild logic
env : integration_test_env,
args : args,
timeout : test_params['timeout'],
+ priority : test_params['priority'],
suite : 'integration-tests')
endforeach