diff options
Diffstat (limited to 'source/github-helpers/selectors.test.ts')
-rw-r--r-- | source/github-helpers/selectors.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/github-helpers/selectors.test.ts b/source/github-helpers/selectors.test.ts index 060e5352..24eaef4e 100644 --- a/source/github-helpers/selectors.test.ts +++ b/source/github-helpers/selectors.test.ts @@ -24,5 +24,5 @@ describe.concurrent('selectors', () => { const {window} = await fetchDocument(url); assert.isDefined(window.document.querySelector(selector)); })); - }); + }, {timeout: 9999}); }); |