def wait(delay, name): return { "name": name, "image": "alpine:3.12.0", "commands": [ "sleep {delay}".format(delay = delay), ], }