Skip to content

Commit

Permalink
Increase timeout for Windows installer CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Jun 20, 2024
1 parent 373badd commit 1ee4fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
WindowsInstaller:
runs-on: windows-latest
timeout-minutes: 45
timeout-minutes: 60

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ stages:

# Jobs to build NEURON installer natively
- job: 'WindowsInstaller'
timeoutInMinutes: 45
timeoutInMinutes: 60
pool:
vmImage: windows-2019
variables:
Expand Down

0 comments on commit 1ee4fd5

Please sign in to comment.