Skip to content

Commit a48b213

Browse files
Update generated code (#1714)
update generated code
1 parent 212632a commit a48b213

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Input/StartBuildInput.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ final class StartBuildInput extends Input
249249
private $privilegedModeOverride;
250250

251251
/**
252-
* The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting
253-
* already defined in the build project.
252+
* The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest
253+
* setting already defined in the build project.
254254
*
255255
* @var int|null
256256
*/

src/ValueObject/Build.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ final class Build
178178
private $logs;
179179

180180
/**
181-
* How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out this build if it does not get
182-
* marked as completed.
181+
* How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does not
182+
* get marked as completed.
183183
*
184184
* @var int|null
185185
*/

0 commit comments

Comments
 (0)