diff --git a/src/service/mod.rs b/src/service/mod.rs index a9198ca..76b1731 100644 --- a/src/service/mod.rs +++ b/src/service/mod.rs @@ -126,7 +126,7 @@ pub async fn submit_solution>( let resp = client .post(&url) .multipart(form) - .timeout(Duration::from_secs(300)) + .timeout(Duration::from_secs(3600)) .send() .await?;