We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are experiencing significant delays in test execution times. The bottleneck has been identified in the save() method within entity.py.
The method currently takes ~60 seconds to complete, which is significantly longer than necessary.
The method waits sequentially for the following operations:
In most cases, there are no error messages and the save operation is successful. However, the method still waits for the full 60 seconds to complete.
For timing details of each operation, please refer to this draft PR: https://github.com/splunk/addon-factory-smartx-ui-test-library/actions/runs/12993537981?pr=444
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are experiencing significant delays in test execution times. The bottleneck has been identified in the save() method within entity.py.
The method currently takes ~60 seconds to complete, which is significantly longer than necessary.
The method waits sequentially for the following operations:
In most cases, there are no error messages and the save operation is successful. However, the method still waits for the full 60 seconds to complete.
For timing details of each operation, please refer to this draft PR: https://github.com/splunk/addon-factory-smartx-ui-test-library/actions/runs/12993537981?pr=444
The text was updated successfully, but these errors were encountered: