We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17624cf commit a967045Copy full SHA for a967045
site/src/github.rs
@@ -177,7 +177,7 @@ r? @ghost",
177
let rollup_merge_sha = rollup_merge_sha.to_owned();
178
tokio::task::spawn(async move {
179
// Give github time to create the merge commit reference
180
- tokio::time::delay_for(Duration::from_secs(1)).await;
+ tokio::time::delay_for(Duration::from_secs(30)).await;
181
// This provides the master SHA so that we can check that we only queue
182
// an appropriate try build. If there's ever a race condition, i.e.,
183
// master was pushed while this command was running, the user will have to
0 commit comments