Bin Meng <bmeng...@gmail.com> writes:
> Current project timeout is 1 hour, but the check-gprof-gcov job never > completes within 1 hour. Increase the job timeout to 90 minutes. I've tried to do some data mining on this test which seems to indicate that the average successful completion time for gprof-gcov is 27 mins. So it seems the sometimes *something* causes it to run a lot more slowly. I wonder if increasing the timeout just masks the problem? > > Signed-off-by: Bin Meng <bmeng...@gmail.com> > --- > > .gitlab-ci.d/buildtest.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml > index 1931b77b49..52d45508fb 100644 > --- a/.gitlab-ci.d/buildtest.yml > +++ b/.gitlab-ci.d/buildtest.yml > @@ -495,6 +495,7 @@ check-gprof-gcov: > variables: > IMAGE: ubuntu2004 > MAKE_CHECK_ARGS: check > + timeout: 90m > after_script: > - ${CI_PROJECT_DIR}/scripts/ci/coverage-summary.sh -- Alex Bennée