Set timeout for hw-keygen to 2h.
Generating keys on cards takes a long time, the default 1h is sometimes just barely enough for all currently tested cards, but not always.
This commit is contained in:
parent
06ad7772a6
commit
05d5af4c3c
1 changed files with 1 additions and 0 deletions
|
@ -154,5 +154,6 @@ import:
|
|||
keygen:
|
||||
extends: .hw-test-template
|
||||
stage: hw-keygen
|
||||
timeout: 2h
|
||||
variables:
|
||||
ARG: keygen
|
||||
|
|
Loading…
Reference in a new issue