fix(nextjs): increase timeout on styles e2e test (#16800)

This commit is contained in:
Miroslav Jonaš 2023-05-08 20:45:08 +02:00 committed by GitHub
parent 67a5e8e823
commit 1e8e84777c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,5 +66,5 @@ describe('Next.js apps', () => {
checkE2E: false, checkE2E: false,
checkExport: false, checkExport: false,
}); });
}, 300_000); }, 600_000);
}); });