mirror of
https://github.com/Luzifer/go-dhparam.git
synced 2024-11-10 00:00:06 +00:00
Prime number generation might take longer than 10m
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e0478dcafe
commit
40035a4309
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ go:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go vet
|
- go vet
|
||||||
- go test -v -cover
|
- go test -v -cover -timeout 1800s
|
||||||
|
|
Loading…
Reference in a new issue