1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

this test has failed on drone :/

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-02-07 21:38:41 +10:00
parent cd5f5d6090
commit 39801ee005

View File

@@ -6,6 +6,6 @@ func (s *QemuSuite) TestKernelHeaders(c *C) {
s.RunQemu(c, "--cloud-config", "./tests/assets/test_22/cloud-config.yml")
s.CheckCall(c, `
sleep 15
sleep 30
docker inspect kernel-headers`)
}