test(custom): increase timeout in timeout test (#3960)
This commit is contained in:
parent
80f173e96c
commit
c768d039d1
|
@ -593,7 +593,7 @@ mod tests {
|
||||||
let actual = ModuleRenderer::new("custom.test")
|
let actual = ModuleRenderer::new("custom.test")
|
||||||
.path(dir.path())
|
.path(dir.path())
|
||||||
.config(toml::toml! {
|
.config(toml::toml! {
|
||||||
command_timeout = 10000
|
command_timeout = 100000
|
||||||
[custom.test]
|
[custom.test]
|
||||||
format = "test"
|
format = "test"
|
||||||
when = when
|
when = when
|
||||||
|
|
Loading…
Reference in New Issue