abort test: use "sleep inf" instead of "yes"

Sometimes yes can produce too much output too quickly and
overwhelm the host. It is not relevant to testing the abort
functionaliy.

resolves #143
pull/158/head
Oliver Giles 3 years ago
parent 9a5ccc70e3
commit 747ae3ada8

@ -133,7 +133,7 @@ TEST_F(LaminarFixture, ParamsToEnv) {
}
TEST_F(LaminarFixture, Abort) {
defineJob("job1", "yes");
defineJob("job1", "sleep inf");
auto req = client().runRequest();
req.setJobName("job1");
auto res = req.send();

Loading…
Cancel
Save