Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Merge 983f9d9 into 1cdfbfc
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten committed Nov 14, 2019
2 parents 1cdfbfc + 983f9d9 commit 4c1482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xgit/util/trailing_hash_device_test.exs
Expand Up @@ -120,7 +120,7 @@ defmodule Xgit.Util.TrailingHashDeviceTest do

assert capture_log(fn ->
send(device, :random_unknown_message)
Process.sleep(10)
Process.sleep(100)
# Give time for message to land.
end) =~ "TrailingHashDevice received unexpected message :random_unknown_message"
end
Expand Down

0 comments on commit 4c1482f

Please sign in to comment.