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
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
One issue on some machines is the test suite has a hardcoded wait time after creating a yield-generator.
It would be better to have the yield generator signal to the test suite that it's ready.
Here is one way to do this:
When yield-generator is ready it does the equivalent of touch logs/yigen-statement.csv.
The test suite simply loops and waits for the last modified time to be updated.
The text was updated successfully, but these errors were encountered:
One issue on some machines is the test suite has a hardcoded wait time after creating a yield-generator.
It would be better to have the yield generator signal to the test suite that it's ready.
Here is one way to do this:
When yield-generator is ready it does the equivalent of
touch logs/yigen-statement.csv
.The test suite simply loops and waits for the last modified time to be updated.
The text was updated successfully, but these errors were encountered: