소스 검색

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
         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");