Skip to content
Snippets Groups Projects

Allow to reset key store and stop key fetching

Merged Malte Bauch requested to merge qkdnm-set-key-store into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -191,7 +191,7 @@ func TestRestartOfKMS(t *testing.T) { //nolint:gocyclo
@@ -191,7 +191,7 @@ func TestRestartOfKMS(t *testing.T) { //nolint:gocyclo
t.Errorf("Error restarting KMS: %s", err)
t.Errorf("Error restarting KMS: %s", err)
return
return
}
}
time.Sleep(5 * time.Second)
time.Sleep(10 * time.Second)
}
}
}
}
}
}
Loading