Skip to content

Commit

Permalink
Increased timeout (#15897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly Bolshakov authored Feb 9, 2022
1 parent e9258c1 commit 7d8eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/AzureResourceManagerTemplateDeploymentV3/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function setResponseFile(name) {
}

describe('Azure Resource Manager Template Deployment', function () {
this.timeout(30000);
this.timeout(60000);
before((done) => {
done();
});
Expand Down

0 comments on commit 7d8eda4

Please sign in to comment.