travis is slow

pull/267/head
connor rigby 2017-03-06 15:07:00 -08:00
parent 4435eccd6f
commit 084649abcf
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ defmodule Farmbot.AuthTest do
GenServer.stop(Farmbot.Auth, :uhhhh?)
File.rm("/tmp/secret") # this is the good file
Process.sleep(500)
{:ok, token} = Farmbot.Auth.try_log_in!
assert match?(%Farmbot.Token{}, token)