Skip to content

Commit

Permalink
build_projects.yml: increase timeout for Xilinx job
Browse files Browse the repository at this point in the history
The default timeout for azure jobs is 60 minutes but when hardware files
from hdl are seen as new, the build will take almost 3 hours.

Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed Feb 28, 2024
1 parent 926a732 commit 97990dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ variables:

jobs:
- job: Xilinx
timeoutInMinutes: 200
pool:
name: Default
demands:
Expand Down

0 comments on commit 97990dc

Please sign in to comment.