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

TrailingHashDevice test frequently times out. Give it more time. #217

Merged
merged 1 commit into from
Nov 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/xgit/util/trailing_hash_device_test.exs
Original file line number Diff line number Diff line change
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