Skip to content

Commit a967045

Browse files
Increase delay further to hopefully fix bors bug
> fatal: Couldn't find remote ref pull/74596/head
1 parent 17624cf commit a967045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ r? @ghost",
177177
let rollup_merge_sha = rollup_merge_sha.to_owned();
178178
tokio::task::spawn(async move {
179179
// Give github time to create the merge commit reference
180-
tokio::time::delay_for(Duration::from_secs(1)).await;
180+
tokio::time::delay_for(Duration::from_secs(30)).await;
181181
// This provides the master SHA so that we can check that we only queue
182182
// an appropriate try build. If there's ever a race condition, i.e.,
183183
// master was pushed while this command was running, the user will have to

0 commit comments

Comments
 (0)