diff --git a/.drone.yml b/.drone.yml index 9a8850fc..67720304 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,8 @@ -build: - image: rancher/dapper:1.10.3 - volumes: - - /var/run/docker.sock:/var/run/docker.sock - commands: - - dapper ci +--- +pipeline: + build: + image: rancher/dapper:1.10.3 + volumes: + - /var/run/docker.sock:/var/run/docker.sock + commands: + - dapper ci diff --git a/scripts/integration-test b/scripts/integration-test index 356e85a7..c001c5cd 100755 --- a/scripts/integration-test +++ b/scripts/integration-test @@ -14,4 +14,4 @@ if [ ! -e ../dist/artifacts/initrd ]; then ../scripts/dev fi -go test -timeout 20m +go test -timeout 30m