Skip to content

Commit 57c078f

Browse files
increase timeout
1 parent 331e092 commit 57c078f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bs_meta_browser_build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
build-and-test-meta-browser:
5656
name: Build and Test Meta-Browser
5757
runs-on: ${{ inputs.runner_name }}
58-
timeout-minutes: 480 # 8 hours - increase for long Yocto builds
58+
timeout-minutes: 660 # 11 hours - increase for long Yocto builds
5959
defaults:
6060
run:
6161
shell: bash
@@ -330,7 +330,7 @@ jobs:
330330
331331
# Run the build
332332
- name: Build Browser
333-
timeout-minutes: 420 # 7 hours for Yocto build
333+
timeout-minutes: 660 # 11 hours for Yocto build
334334
run: |
335335
# Set environment variables that the Docker container would have
336336
export LANG=en_US.UTF-8

.github/workflows/chromium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
arch: ${{ matrix.arch }}
5454
aws_arn_role: "arn:aws:iam::195607249165:role/github-actions-meta-browser-repo"
5555
aws_region: "us-east-1"
56-
instance_type: "c6id.4xlarge" # Uses NVMe SSD for swap to handle memory pressure
56+
instance_type: "c6id.8xlarge" # Uses NVMe SSD for swap to handle memory pressure
5757

5858
# Local runner (manual dispatch only, when explicitly disabled AWS)
5959
local-build:

.github/workflows/electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
arch: ${{ matrix.arch }}
5454
aws_arn_role: "arn:aws:iam::195607249165:role/github-actions-meta-browser-repo"
5555
aws_region: "us-east-1"
56-
instance_type: "c6id.4xlarge"
56+
instance_type: "c6id.8xlarge"
5757

5858
# Local runner (manual dispatch only, when explicitly disabled AWS)
5959
local-build:

0 commit comments

Comments
 (0)