diff --git a/typescript/tests/abort-controller.test.ts b/typescript/tests/abort-controller.test.ts index 83dcb6f4..6b882b4b 100644 --- a/typescript/tests/abort-controller.test.ts +++ b/typescript/tests/abort-controller.test.ts @@ -41,7 +41,7 @@ test("AbortController exists", (t) => { // we don't care too much about the accuracy of the time here, just that the // classes exist and work as intended. - await t.asyncMeasure(() => cancellableDelay(500), 500, 100); + await t.asyncMeasure(() => cancellableDelay(500), 500, 150); t.end(); });