Skip to content

Commit

Permalink
test: dont wait
Browse files Browse the repository at this point in the history
  • Loading branch information
jbw committed Aug 23, 2023
1 parent 8614fbb commit db7da2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deploy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('deploy', () => {
stack: {
name: stackName,
template: { filepath: 'test/test-template.json' },
waitFor: true,
waitFor: false,
deleteFailedChangeSet: false,
parameterOverrides: [
{
Expand Down

0 comments on commit db7da2c

Please sign in to comment.