add more time

This commit is contained in:
Caleb Doxsey 2023-11-01 13:16:35 -06:00
parent 328d2d500b
commit 1b033471a6
2 changed files with 4 additions and 4 deletions

View file

@ -49,6 +49,6 @@ func TestLayeredConfig(t *testing.T) {
return false
}
return cfg.Options.GetDeriveInternalDomain() == "b.com"
}, time.Millisecond*100, time.Millisecond)
}, time.Second, time.Millisecond)
})
}