diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-13 00:01:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-13 00:01:37 +0300 |
| commit | 54254c06e262d0e199f2121b5a7e7fc426a77039 (patch) | |
| tree | 40280072ccec7ad003e9fc7cfd0afe451b35c98c /tests/cli.sh | |
| parent | 052b4aec6ef252f8cb5e5e114a09645073be9ff3 (diff) | |
Stabilize template parallelism test for em0
Diffstat (limited to 'tests/cli.sh')
| -rwxr-xr-x | tests/cli.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cli.sh b/tests/cli.sh index 1e66ec8..18d7967 100755 --- a/tests/cli.sh +++ b/tests/cli.sh @@ -1180,7 +1180,8 @@ test_generate_image_jobs_limits_parallel_template_rendering() { ( cd "$TEST_TMPDIR" - PATH="$fake_bin:$PATH" "$TEST_SHURIKEN" \ + PATH="$fake_bin:$PATH" TEST_TEMPLATE_SPY_SLEEP_SECONDS=1 \ + "$TEST_SHURIKEN" \ --image-jobs 2 \ --template "$template_dir" \ --generate |
