1
0
mirror of https://github.com/rancher/os.git synced 2025-07-16 08:05:51 +00:00

Merge pull request #1582 from SvenDowideit/increase-test-timeout

this test has failed on drone :/
This commit is contained in:
Sven Dowideit 2017-02-07 22:28:22 +10:00 committed by GitHub
commit 34603057a5

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`)
}