We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a2fea commit 2f3a54eCopy full SHA for 2f3a54e
test-e2e/tracker/run-time.test.ts
@@ -61,7 +61,7 @@ describe('Run time tracking', () => {
61
await sleep(4)
62
records = await readRecordsOfFirstPage(context)
63
const runTime3 = parseTime2Sec(records[0].runTime)
64
- expect(runTime3).toBeLessThanOrEqual((disableTs - enableTs) / 1000)
+ expect(runTime3).toBeLessThanOrEqual(Math.round((disableTs - enableTs) / 1000))
65
}, 60000)
66
67
test('white list', async () => {
0 commit comments