File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -408,18 +408,7 @@ jobs:
408408 "${{ steps.build-ios-app.outputs.workspace }}" \
409409 "" \
410410 "${{ steps.build-ios-app.outputs.scheme }}"
411- # The Metal screenshot suite has been running right at the
412- # 30-min wall on several recent PRs (the suite finishes ~28m
413- # into the step). The latest run timed out around TabsTheme
414- # after the runner appeared to stall on the preview-chunk
415- # streaming for a particularly large capture (preview JPEG
416- # blew past max_preview_bytes even at quality=6 and the
417- # logcat replay went silent for ~18 minutes before the timer
418- # fired). Bump to 45 minutes so we get headroom for the
419- # logcat-buffer recovery path and don't conflate "Metal port
420- # genuinely hung" with "step timer fired during a slow
421- # chunk-stream replay" - the two need different responses.
422- timeout-minutes : 45
411+ timeout-minutes : 30
423412
424413 - name : Publish Metal screenshot summary
425414 # Surfaces run-ios-ui-tests.sh's comparison result in the job's
You can’t perform that action at this time.
0 commit comments