Skip to content

Commit

Permalink
fix(test): Extend test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 17, 2023
1 parent 9d0d483 commit ee38491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Publisher.test.ts
Expand Up @@ -294,4 +294,4 @@ test("Upload to Confluence", async () => {

expect(returnedAdf).toEqual(uploadedAdf);
}
});
}, 300000);

0 comments on commit ee38491

Please sign in to comment.