Skip to content

Commit

Permalink
Fixed flaky tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Feb 26, 2025
1 parent 0b87940 commit 017de2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function setup() {
});

if (isSequentialSetup()) {
return dynamicFixture.getData(testConfiguration.iterations, 1);
return dynamicFixture.getData(testConfiguration.iterations, 1, 2);
}

if (isConcurrentSetup()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function setup() {
});

if (isSequentialSetup()) {
return dynamicFixture.getData(testConfiguration.iterations, 1);
return dynamicFixture.getData(testConfiguration.iterations, 1, 2);
}

if (isConcurrentSetup()) {
Expand Down

0 comments on commit 017de2c

Please sign in to comment.