Put timeout on opening bolt

This commit is contained in:
Bel LaPointe
2020-07-23 20:07:43 -06:00
parent 4416a7e4b3
commit d04ced1e33
3 changed files with 10 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ func TestJSON(t *testing.T) {
}
os.Args = os.Args[:1]
t.Logf("config: %+v", config.New())
g := storage.NewGraph()
ones := fillDB(t, g)
want := ones[len(ones)-1]