Skip to content

Commit a5fe644

Browse files
mverooned4nyll
andauthored
Update packages/instrumentation-runtime-node/test/event_loop_utilization.test.ts
Co-authored-by: Daniel Li <[email protected]>
1 parent 0260d5d commit a5fe644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/instrumentation-runtime-node/test/event_loop_utilization.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ describe('nodejs.eventloop.utilization', function () {
177177
await new Promise(resolve => setTimeout(resolve, 50));
178178
const fifthUtilization = await collectUtilization();
179179
assert.ok(
180-
fifthUtilization < 0.1,
181-
'Expected utilization in fifth measurement to be less than 0.1'
180+
fifthUtilization < 1,
181+
`Expected utilization in fifth measurement to be less than 1, but got ${fifthUtilization}`
182182
);
183183
});
184184
});

0 commit comments

Comments
 (0)