File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ create_issue() {
269
269
270
270
echo -n " Creating issue: $title ... "
271
271
272
- # Wait for 1 second to avoid secondary rate limiting
273
- sleep 1
272
+ # Wait for 2 second to avoid secondary rate limiting, 1 second was nog enough
273
+ sleep 2
274
274
275
275
if http --check-status --ignore-stdin --quiet --auth \
276
276
" $TOKEN_OWNER :$TEACHER_PAT " " $org_repos_endpoint /$repo /issues" \
@@ -294,8 +294,8 @@ create_pull_request() {
294
294
295
295
echo -n " Creating pull request: $title ... "
296
296
297
- # Wait for 1 second to avoid secondary rate limiting
298
- sleep 1
297
+ # Wait for 2 seconds to avoid secondary rate limiting, 1 second was nog enough
298
+ sleep 2
299
299
300
300
if http --check-status --ignore-stdin --quiet --auth \
301
301
" $TOKEN_OWNER :$TEACHER_PAT " " $org_repos_endpoint /$repo /pulls" \
You can’t perform that action at this time.
0 commit comments