mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-21 16:26:58 +08: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
|
'quantile' in observation.labels
|
||||||
) {
|
) {
|
||||||
ok(observation.value >= 0.05);
|
ok(observation.value >= 0.05);
|
||||||
ok(observation.value <= 0.15);
|
ok(observation.value <= 0.2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user