mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
We were testing cookie expiry by setting moving a Date 1000ms to the future, and then calling `.toUTCString()` on it. However, that method truncates milliseconds and could cause the actual expiry to be almost immediately - that makes this test flaky, especially on slower machines. Fix the issue by using a larger expiry.
6.1 KiB
6.1 KiB