1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-05 10:00:48 +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")
.path(dir.path())
.config(toml::toml! {
command_timeout = 10000
command_timeout = 100000
[custom.test]
format = "test"
when = when