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.
1 parent 16bf4ba commit 28d2bc7Copy full SHA for 28d2bc7
src/config.rs
@@ -31,7 +31,7 @@ fn default_timeout() -> Duration {
31
}
32
33
fn default_min_ci_duration() -> Duration {
34
- Duration::from_secs(2)
+ Duration::from_secs(0)
35
36
37
fn deserialize_duration_from_secs<'de, D>(deserializer: D) -> Result<Duration, D::Error>
0 commit comments