Skip to content

Commit

Permalink
increase timeout for test-build-system ci workflow on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Oct 4, 2022
1 parent 6133cc2 commit 3c23a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ commands:
steps:
- run:
name: "Test Local Compilation Tasks"
no_output_timeout: "20m"
no_output_timeout: "30m"
command: pwsh ci/test-build-tasks.ps1 $home\project "<< parameters.platform >>" "<< parameters.tasks >>"
environment:
PRTCL_DISABLE_AUTOUPDATE: "1"
Expand Down

0 comments on commit 3c23a40

Please sign in to comment.