diff options
author | 2023-05-10 22:58:08 +0800 | |
---|---|---|
committer | 2023-05-10 22:58:08 +0800 | |
commit | 579afb1fae65bc4cd7ef22e6526fce510133d731 (patch) | |
tree | bcc780181157d0f0d5fb2bef23f00bc5e6bcda00 /source/github-helpers/selectors.test.ts | |
parent | 1f1045fb2f25580c76ad23dd2312eafb2c9a4073 (diff) | |
download | refined-github-579afb1fae65bc4cd7ef22e6526fce510133d731.tar.gz refined-github-579afb1fae65bc4cd7ef22e6526fce510133d731.tar.zst refined-github-579afb1fae65bc4cd7ef22e6526fce510133d731.zip |
Default branch and current branch detector improvements (#6636)
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}); }); |