Skip to content

Commit

Permalink
Merge pull request #73 from lorengordon/timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Jul 20, 2020
2 parents 7533354 + c0f0bb4 commit d601816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.2
current_version = 2.0.3
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_ram_principal_association" "this" {

# The invitation sometime takes a few seconds to propagate
provisioner "local-exec" {
command = "python -c 'import time; time.sleep(5)'"
command = "python -c 'import time; time.sleep(10)'"
}
}

Expand Down

0 comments on commit d601816

Please sign in to comment.