test: config changes

This commit is contained in:
thecodrr
2021-12-09 00:45:56 +05:00
parent 9e231af685
commit f23f9bdcdb

View File

@@ -40,9 +40,9 @@ module.exports = {
// Each test is given 30 seconds // Each test is given 30 seconds
timeout: 30000, timeout: 30000,
workers: IS_CI ? 3 : 4, workers: IS_CI ? 3 : 8,
reporter: "list", reporter: "list",
retries: IS_CI ? 3 : 0, retries: IS_CI ? 3 : 1,
use: { use: {
headless: true, headless: true,
acceptDownloads: true, acceptDownloads: true,