diff --git a/test/system/070-build.bats b/test/system/070-build.bats index 9d603864e7..a64b0c482d 100644 --- a/test/system/070-build.bats +++ b/test/system/070-build.bats @@ -16,13 +16,11 @@ load helpers dockerfile=$tmpdir/Dockerfile cat >$dockerfile < /$rand_filename EOF - # The 'apk' command can take a long time to fetch files; bump timeout imgname="b-$(safename)" - PODMAN_TIMEOUT=240 run_podman build -t $imgname --format=docker $tmpdir + run_podman build -t $imgname --format=docker $tmpdir is "$output" ".*COMMIT" "COMMIT seen in log" # $IMAGE is preloaded, so we should never re-pull