From ee38491e4bb3073890cf6d7650356c31bab03063 Mon Sep 17 00:00:00 2001 From: Andrew McClenaghan Date: Mon, 17 Apr 2023 16:03:58 +1000 Subject: [PATCH] fix(test): Extend test timeout --- src/Publisher.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Publisher.test.ts b/src/Publisher.test.ts index 711f0664..53d87116 100644 --- a/src/Publisher.test.ts +++ b/src/Publisher.test.ts @@ -294,4 +294,4 @@ test("Upload to Confluence", async () => { expect(returnedAdf).toEqual(uploadedAdf); } -}); +}, 300000);