mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
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")
|
||||
.path(dir.path())
|
||||
.config(toml::toml! {
|
||||
command_timeout = 10000
|
||||
command_timeout = 100000
|
||||
[custom.test]
|
||||
format = "test"
|
||||
when = when
|
||||
|
Loading…
Reference in New Issue
Block a user