File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments