mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-13 14:58:15 +02:00
skip configuration updates to the most recent one (#2690)
This commit is contained in:
parent
f22e34c8e0
commit
30664cd307
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