Skip to content

Commit

Permalink
fix: Changes from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Oct 4, 2024
1 parent 84a9bbc commit 0591309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-tests/src/deployment-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async function cleanupDeployments(): Promise<void> {
} else if (status !== 'STOPPED' && targetStatus === 'STOPPED') {
await waitForDeploymentToReachStatus(id, 'STOPPED');
}

await deleteDeployment(id, resourceGroup);
// Wait for deletion to complete
await new Promise(r => setTimeout(r, 25000));
Expand Down

0 comments on commit 0591309

Please sign in to comment.