File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
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- timeout-minutes : 60
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
1427 steps :
1528 - uses : actions/checkout@v6
1629 with :
You can’t perform that action at this time.
0 commit comments