diff --git a/library/sinks/Fetch.localhost.test.ts b/library/sinks/Fetch.localhost.test.ts index aa85faaa..1b4c29c9 100644 --- a/library/sinks/Fetch.localhost.test.ts +++ b/library/sinks/Fetch.localhost.test.ts @@ -1,11 +1,8 @@ /* eslint-disable prefer-rest-params */ import * as t from "tap"; -import { Agent } from "../agent/Agent"; import { createServer, Server } from "http"; -import { ReportingAPIForTesting } from "../agent/api/ReportingAPIForTesting"; import { Token } from "../agent/api/Token"; import { Context, runWithContext } from "../agent/Context"; -import { LoggerNoop } from "../agent/logger/LoggerNoop"; import { createTestAgent } from "../helpers/createTestAgent"; import { Fetch } from "./Fetch"; diff --git a/library/sinks/HTTPRequest.test.ts b/library/sinks/HTTPRequest.test.ts index 81a6359a..db4af568 100644 --- a/library/sinks/HTTPRequest.test.ts +++ b/library/sinks/HTTPRequest.test.ts @@ -54,6 +54,8 @@ function createContext(): Context { }; } +t.setTimeout(60 * 1000); + t.test("it works", (t) => { const agent = createTestAgent({ token: new Token("123"),