tests: libvirt-test: Give the libvirt service time to start.
* gnu/tests/virtualization.scm (run-libvirt-test): Sleep for 1 second after starting the libvirtd service but before running the tests against it. Change-Id: I4d17a42ff7f0f2decc12c8e33991259c330a78f4
This commit is contained in:
parent
bd5c61781c
commit
7a70532dd8
@ -94,6 +94,9 @@
|
||||
((pid) (number? pid))))))
|
||||
marionette))
|
||||
|
||||
;; Give the libvirtd service time to start up.
|
||||
(sleep 1)
|
||||
|
||||
(test-eq "fetch version"
|
||||
0
|
||||
(marionette-eval
|
||||
|
Loading…
Reference in New Issue
Block a user