Skip to content

Commit 0e77b7e

Browse files
committed
Remove long comment and round timeout to 40 minutes
1 parent c69499b commit 0e77b7e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/reusable-emscripten.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,7 @@ jobs:
1010
build-emscripten-reusable:
1111
name: 'build and test'
1212
runs-on: ubuntu-24.04
13-
# It seems to take about 20 minutes without the cache, broken down as follows:
14-
# (All times recorded from one run chosen arbitrarily.)
15-
#
16-
# 0.5 install Emscripten (skipped by cache)
17-
# 1.0 configure & build native python
18-
# 0.5 build dependencies (skipped by cache)
19-
# 3.0 configure Emscripten Python
20-
# 1.5 build Emscripten Python
21-
# 0.7 build Emscripten ports (skipped by cache)
22-
# 14.0 Test
23-
#
24-
# So if we add time for a rerun of the entire test suite, we get to 34
25-
# minutes. Adding an extra 5% gets us to 36.
26-
timeout-minutes: 36
13+
timeout-minutes: 40
2714
steps:
2815
- uses: actions/checkout@v6
2916
with:

0 commit comments

Comments
 (0)