Commit 2b10612
authored
Add more retries for failing integration tests (#615)
## What changes are proposed in this pull request?
As part of the automation of SDK updates, it is important that the tests
on the PR pass before it is merged. Due to some tests being flaky, the
integration tests often fail on the automated PRs leading to unmerged
orphaned PRs. This PR increases the number of retries for failing tests
to increase the reliability of the integration test suite.
## How is this tested?
N/A
NO_CHANGELOG=true1 parent 45a10fc commit 2b10612
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments