fix: flaky unit test should be able to timer (#4043)

This commit is contained in:
X1a0t
2023-08-31 02:58:25 +08:00
committed by GitHub
parent 7c4e65a5be
commit 441e706746

View File

@@ -55,7 +55,7 @@ test('should be able to timer', async () => {
'quantile' in observation.labels
) {
ok(observation.value >= 0.05);
ok(observation.value <= 0.15);
ok(observation.value <= 0.2);
}
}
});