File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,10 @@ command:
140
140
/usr/local/bin/docker-low-disk-gc :
141
141
exit-status : 0
142
142
143
+ # test that we can build a docker image
143
144
docker buildx build -f tests/Dockerfile --progress=plain -t buildkite-postgres:latest tests :
144
145
exit-status : 0
145
- timeout : 30000
146
+ timeout : 60000
146
147
147
148
# Check docker userns is enabled
148
149
# Note that goss will evaluate the outer layer of templating, and docker will evaluate the second
@@ -166,7 +167,7 @@ command:
166
167
# Check that docker containers can run
167
168
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker:latest version :
168
169
exit-status : 0
169
- timeout : 30000
170
+ timeout : 60000
170
171
171
172
# Check that userns allows writing as buildkite-agent
172
173
sh -c 'docker run --rm -v "$PWD:/pwd" alpine:latest touch /pwd/test && stat -c %U:%G test' && rm test :
You can’t perform that action at this time.
0 commit comments