diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-25 13:33:45 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-25 13:33:45 +0000 |
commit | 2d8a39173097827907609cf5304c28e6eb78e7a2 (patch) | |
tree | d7a88a72328de20c9459cd6cc1a7da143ecc7342 /.gitlab-ci.yml | |
parent | a1dbbc491d493b428054b664656eb10229d24694 (diff) |
tune benchmarks to be better spread hopefully
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95d815e..b724527 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: run-tests: when: manual image: alpine - timeout: 3 hours + timeout: 6 hours before_script: - apk update && apk add openssh-client - eval $(ssh-agent -s) |