feat(t237): import freight orders synchronously
This commit is contained in:
@@ -29,6 +29,9 @@ func TestLoadUsesSafeDefaults(t *testing.T) {
|
||||
cfg.MaxHeaderBytes <= 0 {
|
||||
t.Fatal("server safety limits must all be positive")
|
||||
}
|
||||
if cfg.WriteTimeout != 70*time.Second {
|
||||
t.Fatalf("WriteTimeout = %s", cfg.WriteTimeout)
|
||||
}
|
||||
if cfg.ClaimLease != 10*time.Minute ||
|
||||
cfg.RunningLease != 30*time.Minute ||
|
||||
cfg.ReadinessTTL != 2*time.Minute {
|
||||
|
||||
Reference in New Issue
Block a user