summaryrefslogtreecommitdiff
path: root/source/github-helpers/selectors.test.ts
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2023-05-10 22:58:08 +0800
committerGravatar GitHub <noreply@github.com> 2023-05-10 22:58:08 +0800
commit579afb1fae65bc4cd7ef22e6526fce510133d731 (patch)
treebcc780181157d0f0d5fb2bef23f00bc5e6bcda00 /source/github-helpers/selectors.test.ts
parent1f1045fb2f25580c76ad23dd2312eafb2c9a4073 (diff)
downloadrefined-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.ts2
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});
});