You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cmake tests often fail due to the test data timing out before the download is complete. The timeout in the pull_data function should be increased so the download can complete before being killed.
The text was updated successfully, but these errors were encountered:
Tests would often fail because the data would not finish transfering
before the timeout threshold was reached. That timeout is now increased
so data should finish transferring in time.
Fixesufs-community#691
Tests would often fail because the data would not finish transfering
before the timeout threshold was reached. That timeout is now increased
so data should finish transferring in time.
Fixes#691
Cmake tests often fail due to the test data timing out before the download is complete. The timeout in the pull_data function should be increased so the download can complete before being killed.
The text was updated successfully, but these errors were encountered: