From 11aa8a90b925fb59c55085aeae8b8f88caab2ec4 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 12 Nov 2022 09:23:26 -0800 Subject: [PATCH] chore: attempt to fix flaky test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29049c27..a19c9117 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "test-mastodon-suite0": "run-s wait-for-mastodon-to-start wait-for-mastodon-data testcafe-suite0", "test-mastodon-suite1": "run-s wait-for-mastodon-to-start wait-for-mastodon-data testcafe-suite1", "testcafe": "run-s testcafe-suite0 testcafe-suite1", - "testcafe-suite0": "cross-env-shell testcafe -c 2 $BROWSER tests/spec/0*", + "testcafe-suite0": "cross-env-shell testcafe $BROWSER tests/spec/0*", "testcafe-suite1": "cross-env-shell testcafe $BROWSER tests/spec/1*", "test-unit": "NODE_ENV=test mocha -r bin/browser-shim.js tests/unit/", "test-in-ci-suite0": "cross-env BROWSER=chrome:headless run-p --race run-mastodon start test-mastodon-suite0",