Skip to content

Commit 95cecc3

Browse files
committed
fix: increase clone/install timeout from 180s to 600s
1 parent 16c227d commit 95cecc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::path::PathBuf;
33
const DEFAULT_PORT: u16 = 8080;
44
const DEFAULT_SESSION_TTL: u64 = 7200;
55
const DEFAULT_MAX_CONCURRENT: usize = 8;
6-
const DEFAULT_CLONE_TIMEOUT: u64 = 180;
6+
const DEFAULT_CLONE_TIMEOUT: u64 = 600;
77
const DEFAULT_AGENT_TIMEOUT: u64 = 600;
88
const DEFAULT_TEST_TIMEOUT: u64 = 300;
99
const DEFAULT_MAX_ARCHIVE_BYTES: usize = 500 * 1024 * 1024;

0 commit comments

Comments
 (0)