Skip to content

Commit

Permalink
Added todo for per job timeout
Browse files Browse the repository at this point in the history
Former-commit-id: 1097156
  • Loading branch information
mmcc007 committed Jun 20, 2019
1 parent 1b43a03 commit 46ec7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sylph.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ String scheduleRun(String runName, String projectArn, String appArn,
runName,
'--test',
'testSpecArn=$testSpecArn,type=APPIUM_PYTHON,testPackageArn=$testPackageArn',
// Set per job timeout ???
// todo: Set per job timeout ???
// '--execution-configuration',
// 'jobTimeoutMinutes=5,accountsCleanup=false,appPackagesCleanup=false,videoCapture=true,skipAppResign=true'
])['run']['arn'];
Expand Down

0 comments on commit 46ec7be

Please sign in to comment.