Skip to content

Commit

Permalink
Adjust flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Oct 15, 2024
1 parent ecaad76 commit 7abaf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tracer/tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ addAsyncTest(
const methodId = registerMethod(async function () {
doCompute(20);
await Kadira.event('test', async () => {
doCompute(50);
doCompute(41);
await TestData.insertAsync({});
});
doCompute(10);
Expand Down

0 comments on commit 7abaf48

Please sign in to comment.