You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass the default process timeout from the main process to the subprocesses that build the projects
If we invoke `project_subbilder.build()` immediately on the subprocess, it gets a fresh set of global variables and thus also uses the standard default timeout of 10 minutes, ignoring any timeout that was specified using `--default-timeout`. And 10 minutes is not enough to stress test a project.
0 commit comments