mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-01 07:50:26 +02:00
Co-authored-by: Denis Mishin <dmishin@pomerium.com>
This commit is contained in:
parent
b4d1f605c5
commit
bdb8ebd470
10 changed files with 667 additions and 5 deletions
|
@ -17,7 +17,7 @@ import (
|
|||
)
|
||||
|
||||
func TestConfigSource(t *testing.T) {
|
||||
ctx, clearTimeout := context.WithTimeout(context.Background(), 5*time.Second)
|
||||
ctx, clearTimeout := context.WithTimeout(context.Background(), 50*time.Second)
|
||||
defer clearTimeout()
|
||||
|
||||
li, err := net.Listen("tcp", "127.0.0.1:0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue