Skip to content

Commit

Permalink
nixos/test/systemd: fix broken test
Browse files Browse the repository at this point in the history
timing bug resulted in sporadic test failures on hydra

(cherry picked from commit 9d5af58)
  • Loading branch information
xeji committed May 12, 2018
1 parent 6b50b98 commit ef74caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/systemd.nix
Expand Up @@ -46,6 +46,8 @@ import ./make-test.nix {

testScript = ''
$machine->waitForX;
# wait for user services
$machine->waitForUnit("default.target","alice");
# Regression test for https://github.com/NixOS/nixpkgs/issues/35415
subtest "configuration files are recognized by systemd", sub {
Expand Down

0 comments on commit ef74caf

Please sign in to comment.