3box / ceramic-tests

Other
0 stars 0 forks source link

chore: Poll for data to sync instead of sleeping #137

Closed stbrody closed 5 months ago

stbrody commented 5 months ago

No real functional change, doesn't change any of the timeouts, just switches strategy from waiting a fixed time and then expecting the data to have synced to polling to see if the data has been synced instead. Wanted to isolate this change from any changes that actually increase the timeout, which will come next.