浏览代码

longer ssg timeout

Jonathan Kelley 6 月之前
父节点
当前提交
fb85726084
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/cli/src/build/bundle.rs

+ 1 - 1
packages/cli/src/build/bundle.rs

@@ -737,7 +737,7 @@ impl AppBundle {
         // Wait a second for the cache to be written by the server
         // Wait a second for the cache to be written by the server
         tracing::info!("Waiting a moment for isrg to propagate...");
         tracing::info!("Waiting a moment for isrg to propagate...");
 
 
-        tokio::time::sleep(std::time::Duration::from_secs(5)).await;
+        tokio::time::sleep(std::time::Duration::from_secs(10)).await;
 
 
         tracing::info!("SSG complete");
         tracing::info!("SSG complete");