mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix: flaky unit test should be able to timer (#4043)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user