Fix problem with hanging test step

This commit is contained in:
Sander van der Burg 2022-03-03 20:41:32 +01:00
parent d47fa62293
commit 6f264ccb43
1 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ makeTest {
environment.systemPackages = [
pkgs.stdenv
pkgs.daemon
pkgs.pythonPackages.supervisor
pkgs.dysnomia
tools.common
@ -51,7 +52,7 @@ makeTest {
# Deploy the advanced example with multiple instances and see if it works
machine.succeed(
"${env} nixproc-supervisord-deploy-stateless ${nix-processmgmt}/examples/webapps-agnostic/processes.nix &"
"${env} daemon --inherit --unsafe -- nixproc-supervisord-deploy-stateless ${nix-processmgmt}/examples/webapps-agnostic/processes.nix"
)
machine.wait_for_open_port(9001)