Skip to content

Commit 100ba61

Browse files
authored
Increase timeout on fuzzing deployment pipeline (#114535)
1 parent eb32199 commit 100ba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extends:
2222
jobs:
2323
- job: windows
2424
displayName: Build & Deploy to OneFuzz
25-
timeoutInMinutes: 120
25+
timeoutInMinutes: 240
2626
pool:
2727
name: $(DncEngInternalBuildPool)
2828
demands: ImageOverride -equals windows.vs2022.amd64

0 commit comments

Comments
 (0)