Skip to content

Commit 488050e

Browse files
authored
extend timeout (#13)
1 parent a4cee43 commit 488050e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub async fn submit_solution<P: AsRef<Path>>(
126126
let resp = client
127127
.post(&url)
128128
.multipart(form)
129-
.timeout(Duration::from_secs(300))
129+
.timeout(Duration::from_secs(3600))
130130
.send()
131131
.await?;
132132

0 commit comments

Comments
 (0)