.gitlab-ci.yml: Increase the build timeout
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Mon, 3 May 2021 19:53:26 +0000 (21:53 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 6 May 2021 07:19:59 +0000 (09:19 +0200)
commitba381fd9bdbb365bfcab2d7aff9c8368d7bcec96
tree69c0a83756f9b103398d93403def5dbb2cae7d06
parentb7e708fed350d570745c685e45dbf39e71ad0777
.gitlab-ci.yml: Increase the build timeout

The job takes longer than an hour on gitlab.com, so let's set the
timeout to two hours, to be sure that there's enough time.

On other GitLab-CI runners, it will be faster, but it's good to be able
to run the tests on gitlab.com too.
.gitlab-ci.yml