diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c192d89..4444858 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -117,7 +117,7 @@ jobs: echo 'WorkingDirectory=/root/test' >> test.service echo 'TimeoutStopSec=1' >> test.service echo 'ExecStart=/usr/local/bin/out-of-tree kernel autogen --threads=4' >> test.service - echo 'ExecStart=/usr/local/bin/out-of-tree pew --threads=2' >> test.service + echo 'ExecStart=/usr/local/bin/out-of-tree pew --threads=4' >> test.service scp test.service root@$IP:/etc/systemd/system/test.service