mirror of
https://github.com/rancher/os.git
synced 2025-09-25 20:52:58 +00:00
Waiting a second between qemu tests seems to allow the network tests to false fail less often
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -155,6 +155,7 @@ func (s *QemuSuite) NetCheckOutput(c *C, result string, check Checker, additiona
|
|||||||
|
|
||||||
func (s *QemuSuite) runQemu(c *C, args ...string) error {
|
func (s *QemuSuite) runQemu(c *C, args ...string) error {
|
||||||
c.Assert(s.qemuCmd, IsNil) // can't run 2 qemu's at once (yet)
|
c.Assert(s.qemuCmd, IsNil) // can't run 2 qemu's at once (yet)
|
||||||
|
time.Sleep(time.Second)
|
||||||
s.qemuCmd = exec.Command(s.runCommand, args...)
|
s.qemuCmd = exec.Command(s.runCommand, args...)
|
||||||
if os.Getenv("DEBUG") != "" {
|
if os.Getenv("DEBUG") != "" {
|
||||||
s.qemuCmd.Stdout = os.Stdout
|
s.qemuCmd.Stdout = os.Stdout
|
||||||
|
Reference in New Issue
Block a user