Explorar el Código

longer ssg timeout

Jonathan Kelley hace 6 meses
padre
commit
fb85726084
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");