-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
Increase timeouts for fetching node in benchmarks and e2e tests #3081
Conversation
0e8c829
to
29a9b30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks
bors r+ |
3081: Increase timeouts for fetching node in benchmarks and e2e tests r=piotr-iohk a=piotr-iohk - [x] I have increased timeouts in restoration benchmarks and e2e tests ### Comments Follow up to #3079. - e2e tests 120 mins was not enough for [MacOS](https://github.com/input-output-hk/cardano-wallet/actions/runs/1689464914). - 🧪 [Testing](https://github.com/input-output-hk/cardano-wallet/actions/runs/1691714591). 180mins ✔️ - hopefully the same issue in [benchmarks](https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/1216#68ecaf3e-2649-4d9e-804e-bef3bad97fc). - 🧪 [Testing](https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/1218) 180mins ❌ - 🧪 [Testing](https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/1219) 240mins ✔️ (build failed due to cancellation signal 🤔 , but passed through connecting to the node) ### Issue Number <!-- Reference the Jira/GitHub issue that this PR relates to, and which requirements it tackles. Note: Jira issues of the form ADP- will be auto-linked. --> Co-authored-by: Piotr Stachyra <[email protected]>
Build failed: https://hydra.iohk.io/build/11788738/nixlog/1
|
bors r+ |
3081: Increase timeouts for fetching node in benchmarks and e2e tests r=piotr-iohk a=piotr-iohk - [x] I have increased timeouts in restoration benchmarks and e2e tests ### Comments Follow up to #3079. - e2e tests 120 mins was not enough for [MacOS](https://github.com/input-output-hk/cardano-wallet/actions/runs/1689464914). - 🧪 [Testing](https://github.com/input-output-hk/cardano-wallet/actions/runs/1691714591). 180mins ✔️ - hopefully the same issue in [benchmarks](https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/1216#68ecaf3e-2649-4d9e-804e-bef3bad97fc). - 🧪 [Testing](https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/1218) 180mins ❌ - 🧪 [Testing](https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds/1219) 240mins ✔️ (build failed due to cancellation signal 🤔 , but passed through connecting to the node) ### Issue Number <!-- Reference the Jira/GitHub issue that this PR relates to, and which requirements it tackles. Note: Jira issues of the form ADP- will be auto-linked. --> Co-authored-by: Piotr Stachyra <[email protected]>
Build failed: https://hydra.iohk.io/build/11784686/nixlog/1
|
Hmm... same integration tests setup error twice in a row on macos - and they weren't cached failures. bors r+ |
Yes, failure is related to token metadata server (https://input-output-rnd.slack.com/archives/G3TLHGM18/p1642439837011700). |
Build succeeded: |
Oh, sorry you meant integration tests setup... misread. Pls ignore. |
Comments
Follow up to #3079.
Issue Number