Skip to content

Commit

Permalink
#210 fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
prayerslayer committed May 12, 2016
1 parent ee58ecc commit 0e5187a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion senza/cli.py
Expand Up @@ -1368,7 +1368,8 @@ def failure_event(event: dict):
@click.option('-d', '--deletion', is_flag=True, help='Wait for deletion instead of CREATE_COMPLETE')
@click.option('-t', '--timeout', type=click.IntRange(0, 7200, clamp=True), metavar='SECS', default=1800,
help='Maximum wait time (default: 1800s)')
@click.option('-i', '--interval', default=5, type=click.IntRange(1, 600, clamp=True), help='Time between checks (default: 5s)')
@click.option('-i', '--interval', default=5, type=click.IntRange(1, 600, clamp=True),
help='Time between checks (default: 5s)')
@region_option
def wait(stack_ref, region, deletion, timeout, interval):
'''Wait for successfull stack creation or deletion.
Expand Down

0 comments on commit 0e5187a

Please sign in to comment.