Skip to content

Commit 960b08d

Browse files
authored
Merge pull request #56 from sohomdatta1/vv8-build-timeout-fix
2 parents 1de868d + 3329237 commit 960b08d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/chromium-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
build_vv8:
99
runs-on: self-hosted
10+
timeout-minutes: 2880
11+
# Lets give ourselves 2 day to build VisibleV8 (github by default gives 6 hrs which is not enough time to build Chrome three times unless we use Google magic)
1012
steps:
1113
- uses: actions/checkout@v3
1214
with:

0 commit comments

Comments
 (0)