1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-28 15:56:28 +00:00

test(custom): increase timeout in timeout test (#3960)

This commit is contained in:
David Knaack 2022-05-03 04:01:43 +02:00 committed by GitHub
parent 80f173e96c
commit c768d039d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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