Skip to content

Commit

Permalink
test(e2e): Add delay between parallel executions to avoid crash in wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
javierbrea committed Feb 24, 2022
1 parent 15a75d0 commit dabd2f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-e2e/test/parallel.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runParallelSpecsTests(
cypressVersion: "latest",
pluginFile: "parallel-preprocessor-babel-config",
specs: "parallel-failing",
delay: 2000,
specsResults: [
{
logBefore: true,
Expand Down Expand Up @@ -87,6 +88,7 @@ runParallelSpecsTests(
cypressVersion: "8",
pluginFile: "parallel-preprocessor-babel-config",
specs: "parallel-failing",
delay: 2000,
specsResults: [
{
logBefore: true,
Expand Down Expand Up @@ -158,6 +160,7 @@ runParallelSpecsTests(
cypressVersion: "latest",
pluginFile: "parallel-preprocessor-babel-config",
specs: "parallel-failing",
delay: 2000,
specsResults: [
{
logBefore: true,
Expand Down

0 comments on commit dabd2f2

Please sign in to comment.