Commit e72c145
fix(builtin): give a longer timeout for _create_build_files
A user reports that their build file generation takes longer than 600 seconds.
It's probably a bug that we are so slow, but let's address that separately (maybe in our work for npm v7)
Also note we could have made this timeout user-configurable, but I think the extra API surface isn't worth the benefit.
Fixes #22311 parent 8bbc27b commit e72c145
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments