Skip to content

Commit

Permalink
Increase number of runs of flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Jan 30, 2018
1 parent 7b842cf commit 9f70e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/arbitraries/ObjectArbitrary.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe(`ObjectArbitrary (seed: ${seed})`, () => {
catch (err) {
return true;
}
}), {seed: seed});
}), {seed: seed, num_runs: 1000});
assert.ok(out.failed, 'Should have failed');
assert.deepEqual(out.counterexample[0], '{}', `Should shrink to counterexample {} got ${JSON.stringify(out.counterexample[0])}`);
});
Expand Down

0 comments on commit 9f70e1f

Please sign in to comment.