nezuo / lapis

A DataStore abstraction library for Roblox
https://nezuo.github.io/lapis/
MIT License
55 stars 10 forks source link

Fix flaky test #19

Closed nezuo closed 11 months ago

nezuo commented 11 months ago

This test was occasionally failing because the task.wait(0.1) was taking over 0.5 seconds to complete. This is because task.wait can take longer than expected when the game is starting up. To fix the issue, I just added more load attempts.