We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
curl
1 parent 20292f8 commit 79905a8Copy full SHA for 79905a8
1 file changed
src/curl.rs
@@ -3,7 +3,7 @@ use anyhow::{anyhow, Result};
3
use curl::easy::Easy;
4
use std::time::Duration;
5
6
-const TIMEOUT: u64 = 10; // seconds
+const TIMEOUT: u64 = 60; // seconds
7
8
pub(crate) fn existence(url: Url) -> Result<RepoStatus<()>> {
9
let mut handle = Easy::new();
0 commit comments