Hi, when I run the tests with mix test test/grakn_test.exs all the tests seem to time out (on a fresh clone of the repo).
Finished in 289.3 seconds
8 tests, 7 failures, 1 skipped
Randomized with seed 364551
Same for my manual attempts to query grakn using this library.
Any idea what is going on?
Grakn server is running on the default http://localhost:48555/ and I can insert data and do queries with grakn console just fine.
The keyspace grakn_elixir_test does get created.
Hi, when I run the tests with
mix test test/grakn_test.exsall the tests seem to time out (on a fresh clone of the repo).Same for my manual attempts to query grakn using this library.
Any idea what is going on?
Grakn server is running on the default
http://localhost:48555/and I can insert data and do queries withgrakn consolejust fine.The keyspace
grakn_elixir_testdoes get created.