Commit b56e965
sleep between sdk calls in CircleCI test setup (#715)
Summary:
Pull Request resolved: #715
CircleCI tets have been failing because of an infra error (https://app.circleci.com/pipelines/github/facebookresearch/ReAgent/2590/workflows/2c96e442-4fa9-48fb-a910-7f13c42eebc9/jobs/26711/parallel-runs/0/steps/0-105)
I found the root cause in rate limiting: https://github.com/sdkman/sdkman-cli/issues?q=proxy+#issuecomment-1430703038
Sleeping in between `sdk` calls should reduce the probability of being throttled
Differential Revision: D43556203
fbshipit-source-id: 517aff978ef1195c45914cbf39b83cc5316c1b0a1 parent e4658f9 commit b56e965
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
| 94 | + | |
93 | 95 | | |
| 96 | + | |
94 | 97 | | |
| 98 | + | |
95 | 99 | | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
0 commit comments