Skip to content

Commit 28d2bc7

Browse files
committed
chore: Decreased default min_ci_time to 2 seconds
1 parent 16bf4ba commit 28d2bc7

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
@@ -31,7 +31,7 @@ fn default_timeout() -> Duration {
3131
}
3232

3333
fn default_min_ci_duration() -> Duration {
34-
Duration::from_secs(2)
34+
Duration::from_secs(0)
3535
}
3636

3737
fn deserialize_duration_from_secs<'de, D>(deserializer: D) -> Result<Duration, D::Error>

0 commit comments

Comments
 (0)