fix slow resolve on mac

This commit is contained in:
Alex Dadgar
2017-07-22 19:58:30 -07:00
parent 4c89212f0a
commit e048068f92

View File

@@ -499,7 +499,7 @@ func TestTaskRunner_Download_Retries(t *testing.T) {
"run_for": "10s",
}
artifact := structs.TaskArtifact{
GetterSource: "http://127.1.1.111:12315/foo/bar/baz",
GetterSource: "http://127.0.0.1:0/foo/bar/baz",
}
task.Artifacts = []*structs.TaskArtifact{&artifact}