summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2022-05-03 04:01:43 +0200
committerGitHub <noreply@github.com>2022-05-02 21:01:43 -0500
commitc768d039d10f1b3569ae6f6f137ccf1e0a4cfb41 (patch)
treea9937ac99127bf63c7807bd31e4ab1584946eb50
parent80f173e96c9b0706a1e1b738d4e2784f0f8bcfe4 (diff)
test(custom): increase timeout in timeout test (#3960)
-rw-r--r--src/modules/custom.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/custom.rs b/src/modules/custom.rs
index 27b7c7dab..f8b365675 100644
--- a/src/modules/custom.rs
+++ b/src/modules/custom.rs
@@ -593,7 +593,7 @@ mod tests {
let actual = ModuleRenderer::new("custom.test")
.path(dir.path())
.config(toml::toml! {
- command_timeout = 10000
+ command_timeout = 100000
[custom.test]
format = "test"
when = when