Skip to content

Commit

Permalink
test agent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjanarMS committed Feb 7, 2017
1 parent dffa988 commit ea1559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/VsTest/testAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as testInterfaces from 'vso-node-api/interfaces/TestInterfaces'
import * as models from './models';

export class TestAgent {
public static async createAgent(environment: models.DtaEnvironment, retries: number) : number {
public static async createAgent(environment: models.DtaEnvironment, retries: number) {
while(retries > 0) {
retries--;
try {
Expand Down

0 comments on commit ea1559f

Please sign in to comment.