Skip to content

Commit

Permalink
increase expiresIn due to slow test worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Mar 21, 2022
1 parent 51a62ca commit 6cc513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func TestArgs_CAFile(t *testing.T) {
return
}

expiresIn := time.Second * 12
expiresIn := time.Second * 20
selfSigned, err := server.NewCertificate(expiresIn, nil, nil)
helper.Must(err)

Expand Down

0 comments on commit 6cc513f

Please sign in to comment.