Skip to content

Commit

Permalink
Fix failing tests (cfn must have got faster)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele committed Aug 14, 2019
1 parent 465760b commit e071f82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/up_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ func TestUp_DoesntHangWhenCreationCancelled(t *testing.T) {
\[\d\d:\d\d:\d\d] LogGroup - CREATE_IN_PROGRESS
\[\d\d:\d\d:\d\d] LogGroup - CREATE_IN_PROGRESS - Resource creation Initiated
\[\d\d:\d\d:\d\d] LogGroup - CREATE_COMPLETE
\[\d\d:\d\d:\d\d] TaskDef - CREATE_IN_PROGRESS
\[\d\d:\d\d:\d\d] TaskDef - CREATE_IN_PROGRESS - Resource creation Initiated
\[\d\d:\d\d:\d\d] TaskDef - CREATE_COMPLETE
\[\d\d:\d\d:\d\d] test-cancelled-stack - DELETE_IN_PROGRESS - User Initiated
\[\d\d:\d\d:\d\d] TaskDef - DELETE_IN_PROGRESS
\[\d\d:\d\d:\d\d] TaskDef - DELETE_COMPLETE
\[\d\d:\d\d:\d\d] LogGroup - DELETE_IN_PROGRESS
\[\d\d:\d\d:\d\d] LogGroup - DELETE_COMPLETE
\[\d\d:\d\d:\d\d] test-cancelled-stack - DELETE_COMPLETE
Expand Down

0 comments on commit e071f82

Please sign in to comment.