tests: Fix hibernate

(cherry picked from commit 024b501907)
This commit is contained in:
Tim Steinbach 2017-09-06 22:01:48 -04:00
parent eb326c9cb7
commit 9d89fe932c
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -37,7 +37,7 @@ import ./make-test.nix (pkgs: {
$machine->waitForShutdown;
$machine->start;
$probe->waitForUnit("network.target");
$probe->waitUntilSucceeds("echo test | nc machine 4444");
$probe->waitUntilSucceeds("echo test | nc machine 4444 -q 0");
'';
})