Skip to content

Commit ebbc1e6

Browse files
Increase time allocated to run-examples-on-windows-dx12 (#24107)
# Objective Stopgap solution for #24106 so we can actually merge things. ## Solution Double the time allocated (we're game-devs here after all). Leave a comment to the issue tracking this, so when we inevitably get annoyed about how slow this is we have a breadcrumb trail. ## Testing CI do your thing!
1 parent 6c2aeff commit ebbc1e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/example-run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ jobs:
172172
run-examples-on-windows-dx12:
173173
if: ${{ github.event_name != 'pull_request' }}
174174
runs-on: windows-latest
175-
timeout-minutes: 30
175+
# See https://github.com/bevyengine/bevy/issues/24106 for discussions on speeding this up
176+
timeout-minutes: 60
176177
steps:
177178
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
178179
with:

0 commit comments

Comments
 (0)