chore(ci): update renovate config (#2648)

This commit is contained in:
Łukasz Mierzwa
2021-01-19 11:46:58 +00:00
committed by GitHub
parent 0f5d40bde7
commit 56fab6e550
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
{
"extends": ["config:base"],
"prHourlyLimit": 1,
"rebaseStalePrs": false,
"prCreation": "not-pending",
"prNotPendingHours": 12,
"rebaseWhen": "conflicted",
"dependencyDashboard": true,
"postUpdateOptions": ["gomodTidy"],
"packageRules": [

View File

@@ -5,7 +5,7 @@ let page;
describe("Demo", () => {
beforeAll(async () => {
jest.setTimeout(10000);
jest.setTimeout(30000);
browser = await puppeteer.launch();
});